Browse Source

login-hxl暂时登陆界面

huangqizheng/feature-20250702164103-登录页面退出登录
no99 2 months ago
parent
commit
7487eaf275
  1. 3
      src/router/index.js

3
src/router/index.js

@ -4,7 +4,8 @@ const router = createRouter({
history: createWebHashHistory(), history: createWebHashHistory(),
routes: [//此处在做登录之前做成默认跳转工作台 routes: [//此处在做登录之前做成默认跳转工作台
{ path: '/workspace', name: "workspace", component: () => import("../views/workspace/index.vue") }, { path: '/workspace', name: "workspace", component: () => import("../views/workspace/index.vue") },
{ path: '/', redirect: "/workspace" },
{ path: '/', redirect: "/login-hxl" },
{path: "/login-hxl",name: "login-hxl",component: () => import("../views/login-hxl.vue"),},
// { path: '/test', component: () => import("../views/z.vue") }, // { path: '/test', component: () => import("../views/z.vue") },
{ {
meta: { requireAuth: true }, meta: { requireAuth: true },

Loading…
Cancel
Save