更新页面
This commit is contained in:
@ -159,6 +159,11 @@ export const publicRoutes = [
|
||||
name: "home",
|
||||
component: () => import("@/views/home/index") //系统登录
|
||||
},
|
||||
{
|
||||
path: "/consultation",
|
||||
name: "consultation",
|
||||
component: () => import("@/views/consultation/demo")
|
||||
},
|
||||
{
|
||||
path: "/KeyPopulations",
|
||||
name: "KeyPopulations",
|
||||
|
||||
Reference in New Issue
Block a user