1
jhzh
2025-07-19 d37ceed2ad5b94bbfc71a8a4cbdb7b498ddf724d
src/router/index.js
@@ -84,6 +84,7 @@
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;
@@ -1093,6 +1094,18 @@
      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"