fix: 三方绑定联调

This commit is contained in:
JiangQiming 2023-01-10 16:54:47 +08:00
parent 2bd5fb94d9
commit 4d83ed9e46
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ const router = createRouter({
router.beforeEach((to, from, next) => {
const token = LocalStore.get(TOKEN_KEY)
next() // 测试用, 可删除
if (token) {
next()
} else {

View File

@ -29,7 +29,7 @@ export default [
component: () => import('@/views/demo/index.vue')
},
{
path: '/bind',
path: '/account/center/bind',
component: () => import('@/views/account/Center/bind/index.vue')
},
{