Commit 09447e7f authored by guxukai's avatar guxukai

chore: 登录

parent d7836336
......@@ -26,7 +26,11 @@ const routes = [
component: () => import('@shared/layouts/default-layout.vue'),
children: [...CROPPED_ROUTES, ...LOOKUP_ROUTES],
},
...FIXED_ROUTES,
{
path: '/proxy',
name: 'proxy',
component: () => import('@account/views/fixed/proxy/index.vue'),
},
...SYSTEM_ROUTES,
]
export const router = createRouter({
......
......@@ -8,7 +8,7 @@ export const useAuth = defineStore('auth', {
consoleList: [],
consoleInfo: {
consoleObjectId: '0',
consoleName: '个人控制台',
consoleName: '我的控制台',
consoleTypeId: '0',
},
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment