Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-vote
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
15502f1c
authored
Nov 22, 2024
by
陆志强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修复postinfo参数
parent
85cf4d95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/layouts/miniNavBar.vue
+2
-2
src/layouts/tabs.vue
+2
-2
No files found.
src/layouts/miniNavBar.vue
View file @
15502f1c
...
...
@@ -54,10 +54,10 @@ export default {
this
.
initLoginCenter
()
Bus
.
$on
(
'showLogin'
,
this
.
toggleLogin
)
const
{
uin
}
=
this
.
$route
.
query
const
{
id
}
=
this
.
$route
.
params
const
{
id
}
=
this
.
$route
.
query
this
.
$store
.
dispatch
(
'users/getUerInfo'
,
{
uin
})
setTimeout
(()
=>
{
this
.
$store
.
dispatch
(
'users/postInfo'
,
{
id
}
)
this
.
$store
.
dispatch
(
'users/postInfo'
,
id
)
},
1000
)
},
destroyed
()
{
...
...
src/layouts/tabs.vue
View file @
15502f1c
...
...
@@ -49,10 +49,10 @@ export default {
this
.
initLoginCenter
()
Bus
.
$on
(
'showLogin'
,
this
.
toggleLogin
)
const
{
uin
}
=
this
.
$route
.
query
const
{
id
}
=
this
.
$route
.
params
const
{
id
}
=
this
.
$route
.
query
this
.
$store
.
dispatch
(
'users/getUerInfo'
,
{
uin
})
setTimeout
(()
=>
{
this
.
$store
.
dispatch
(
'users/postInfo'
,
{
id
}
)
this
.
$store
.
dispatch
(
'users/postInfo'
,
id
)
},
1000
)
},
destroyed
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment