linwe
2024-08-09 5e2aafeede13d337380f736567caf74f49713be7
src/router/page/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-12-14 17:10:00
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-01-19 11:40:51
 * @LastEditTime: 2024-03-16 15:32:17
 * @FilePath: \jczz_web\src\router\page\index.js
 * @Description:
 *
@@ -33,6 +33,32 @@
      isAuth: false,
    },
  },
  {
    path: "/governLogin",
    name: "登录页",
    component: () =>
      import(/* webpackChunkName: "page" */ "@/page/login/govern.vue"),
    meta: {
      keepAlive: true,
      isTab: false,
      isAuth: false,
    },
  },
  {
    path: "/ecallLogin",
    name: "登录页",
    component: () =>
      import(/* webpackChunkName: "page" */ "@/page/login/ecall.vue"),
    meta: {
      keepAlive: true,
      isTab: false,
      isAuth: false,
    },
  },
  {
    path: "/lock",
    name: "锁屏页",
@@ -79,8 +105,13 @@
  {
    path: "/",
    name: "主页",
    redirect: "/wel",
    redirect: "/welindex",
  },
  {
    path: "/welindex",
  },
  {
    path: "/myiframe",
    component: Layout,