Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-12-23 18:02:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
95d6fa2f1c8ca7c8275c4e71c2d6e17d3da1d24e
95d6fa2f
1 parent
80f4b8c4
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
95d6fa2
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-1
1-27 16:23:08
* @LastEditTime: 2024-1
2-23 18:02:25
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -536,7 +536,7 @@ onMounted(async () => {
});
})
.catch(() => { // 删除cookie
Cookies.remove(
to
.query.code);
Cookies.remove(
$route
.query.code);
});
}
}
...
...
Please
register
or
login
to post a comment