更新重点人群大屏
This commit is contained in:
@ -34,6 +34,11 @@ export const publicRoutes = [
|
||||
name:'home',
|
||||
component: () => import("@/views/home/index") //系统登录
|
||||
},
|
||||
{
|
||||
path: "/KeyPopulations",
|
||||
name:'KeyPopulations',
|
||||
component: () => import("@/views/KeyPopulations/index") //系统登录
|
||||
},
|
||||
{
|
||||
path: "/editPassword",// 注意:带有路径“/”的记录中的组件“默认”是一个不返回 Promise 的函数
|
||||
component: layout,
|
||||
|
Reference in New Issue
Block a user