| | |
| | | /* webpackChunkName: "quick" */ /* webpackPrefetch: true */ "@/page/register/test.vue" |
| | | ), |
| | | }, |
| | | { |
| | | // |
| | | path: "/new-urrency", |
| | | name: "new-urrency", |
| | | meta: { footer: false, requireAuth: true }, |
| | | component: () => |
| | | import( |
| | | /* webpackChunkName: "quick" */ /* webpackPrefetch: true */ "@/page/new-urrency/index.vue" |
| | | ), |
| | | }, |
| | | { |
| | | // |
| | | path: "/list-urrency", |
| | | name: "list-urrency", |
| | | meta: { footer: false, requireAuth: true }, |
| | | component: () => |
| | | import( |
| | | /* webpackChunkName: "quick" */ /* webpackPrefetch: true */ "@/page/new-urrency/list-urrency" |
| | | ), |
| | | }, |
| | | { path: "*", redirect: "/home" }, |
| | | ], |
| | | }); |