From 24d786b273537a2763b1fb4c727304a7af6b25f0 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 20 Jul 2025 19:37:36 +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 2c16147..4a09b7c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -85,6 +85,7 @@
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";
+import smart_list from "@/page/home/smart_list.vue";
Vue.use(Router);
const routerPush = Router.prototype.push;
@@ -1106,6 +1107,18 @@
component: smart_intraday
},
{
+ path: "/smart_list",
+ name: "smart_list",
+ meta: {
+ title: i18n.t("hj2"),
+ requireAuth: false,
+ hasHeader: false,
+ index: 64,
+ show: true
+ },
+ component: smart_list
+ },
+ {
// 会匹配所有路径
path: "*",
redirect: "/home"
--
Gitblit v1.9.3