页面权限
This commit is contained in:
@@ -64,13 +64,13 @@ export const constantRoutes = [
|
||||
component: (resolve) => require(["@/views/error/401"], resolve),
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
// component: () => import('@/views/choicePart'),
|
||||
component: () => import("@/views/home"),
|
||||
hidden: true,
|
||||
meta: { requireToken: true },
|
||||
},
|
||||
// {
|
||||
// path: "/",
|
||||
// // component: () => import('@/views/choicePart'),
|
||||
// component: () => import("@/views/home"),
|
||||
// hidden: true,
|
||||
// meta: { requireToken: true },
|
||||
// },
|
||||
// {
|
||||
// path: "/operatingRevenue",
|
||||
// // component: () => import('@/views/choicePart'),
|
||||
|
||||
Reference in New Issue
Block a user