Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
287c70c7
authored
2023-04-06 14:24:27 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:修改重定向
1 parent
02899b44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
src/layout/components/Navbar.vue
src/layout1/components/Navbar.vue
src/layout/components/Navbar.vue
View file @
287c70c
...
...
@@ -42,11 +42,8 @@ export default {
this
.
$store
.
dispatch
(
"user/resetState"
);
this
.
$store
.
dispatch
(
"permission/resetRoutes"
);
this
.
$router
.
replace
({
path
:
"/jg"
,
query
:
{
redirect
:
this
.
$route
.
fullPath
,
},
});
path
:
"/jg"
})
})
.
catch
((
error
)
=>
{
})
...
...
src/layout1/components/Navbar.vue
View file @
287c70c
...
...
@@ -45,11 +45,8 @@ export default {
this
.
$store
.
dispatch
(
"user/resetState"
);
this
.
$store
.
dispatch
(
"permission/resetRoutes"
);
this
.
$router
.
replace
({
path
:
"/sb"
,
query
:
{
redirect
:
this
.
$route
.
fullPath
,
},
});
path
:
"/sb"
})
})
.
catch
((
error
)
=>
{
// console.dir(error);
...
...
Please
register
or
sign in
to post a comment