Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
etl-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
赵啸非
etl-platform
Commits
0db8beb0
Commit
0db8beb0
authored
Nov 25, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改xml111
parent
784103f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
etl-manager-ui/admin/src/components/Header.vue
etl-manager-ui/admin/src/components/Header.vue
+4
-2
No files found.
etl-manager-ui/admin/src/components/Header.vue
View file @
0db8beb0
...
@@ -93,11 +93,13 @@ export default {
...
@@ -93,11 +93,13 @@ export default {
},
},
// 退出登录
// 退出登录
logout
()
{
logout
()
{
this
.
$post
(
'
/portal_home
'
).
then
(
data
=>
{}).
catch
(
error
=>
{}).
then
(()
=>
{
window
.
location
.
href
=
location
.
host
+
'
/portal_home
'
;
/* this.$post('/portal_home').then(data=>{}).catch(error=>{}).then(()=>{
// this.$message.success('已退出登录');
// this.$message.success('已退出登录');
//this.$store.commit('logout');
//this.$store.commit('logout');
// this.$router.replace('/login');
// this.$router.replace('/login');
})
})
*/
}
}
},
},
beforeDestroy
()
{
beforeDestroy
()
{
...
...
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