From d37ceed2ad5b94bbfc71a8a4cbdb7b498ddf724d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 19 Jul 2025 14:14:18 +0800
Subject: [PATCH] 1
---
src/router/index.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 0d1d5f1..2c16147 100644
--- a/src/router/index.js
+++ b/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"
--
Gitblit v1.9.3