Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
83beff3e
Commit
83beff3e
authored
Nov 09, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改跳转
parent
03a99584
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
base-manager-ui/admin/src/layouts/tabs/TabsView.vue
base-manager-ui/admin/src/layouts/tabs/TabsView.vue
+2
-2
base-manager-ui/admin/src/pages/basicset/jump/jump.vue
base-manager-ui/admin/src/pages/basicset/jump/jump.vue
+3
-4
No files found.
base-manager-ui/admin/src/layouts/tabs/TabsView.vue
View file @
83beff3e
<!--
<template>
<
template
>
<admin-layout>
<contextmenu
:itemList=
"menuItemList"
...
...
@@ -395,4 +395,4 @@ export default {
margin: 0 auto;
}
}
</style>
-->
</
style
>
base-manager-ui/admin/src/pages/basicset/jump/jump.vue
View file @
83beff3e
...
...
@@ -11,7 +11,6 @@ export default {
return
{};
},
created
()
{
console
.
log
(
process
.
env
.
VUE_APP_API_BASE_URL
);
this
.
getToken
();
},
methods
:
{
...
...
@@ -23,9 +22,9 @@ export default {
this
.
$router
.
push
(
"
basicset/website
"
);
}
else
{
this
.
$message
.
warning
(
"
跳转失败,请重新登录
"
);
//
setTimeout(() => {
//
location.href = process.env.VUE_APP_API_portal_URL + "/#/";
//
}, 2000);
setTimeout
(()
=>
{
location
.
href
=
process
.
env
.
VUE_APP_API_portal_URL
+
"
/#/
"
;
},
2000
);
}
},
},
...
...
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