| | |
| | | import help_wdfw from "@/page/home/help_wdfw.vue"; |
| | | import help_fwxy from "@/page/home/help_fwxy.vue"; |
| | | import new_service from "@/page/home/new_service.vue"; |
| | | import smart_intraday from "@/page/home/smart_intraday.vue"; |
| | | Vue.use(Router); |
| | | |
| | | const routerPush = Router.prototype.push; |
| | |
| | | component: Record |
| | | }, |
| | | { |
| | | path: "/smart_intraday", |
| | | name: "smart_intraday", |
| | | meta: { |
| | | title: i18n.t("hj2"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 64, |
| | | show: true |
| | | }, |
| | | component: smart_intraday |
| | | }, |
| | | { |
| | | // 会匹配所有路径 |
| | | path: "*", |
| | | redirect: "/home" |