|
@@ -13,20 +13,20 @@ const routes = [
|
|
|
component: () => import("@/pages/tab-pages/index.vue"),
|
|
|
meta: { title: "首页" },
|
|
|
},
|
|
|
- {
|
|
|
- path: "/reservation",
|
|
|
- name: "Reservation",
|
|
|
- component: () => import("@/pages/tab-pages/reservation.vue"),
|
|
|
- meta: { title: "预约考试" },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: "applyResult",
|
|
|
- name: "ApplyResult",
|
|
|
- component: () => import("@/pages/applyResult.vue"),
|
|
|
- meta: { title: "预约结果" },
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: "/reservation",
|
|
|
+ // name: "Reservation",
|
|
|
+ // component: () => import("@/pages/tab-pages/reservation.vue"),
|
|
|
+ // meta: { title: "预约考试" },
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: "applyResult",
|
|
|
+ // name: "ApplyResult",
|
|
|
+ // component: () => import("@/pages/applyResult.vue"),
|
|
|
+ // meta: { title: "预约结果" },
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
{
|
|
|
path: "/mine",
|
|
|
name: "Mine",
|