From 772190e7b2e3f6ef0695ba54d9209324acdcb30a Mon Sep 17 00:00:00 2001 From: 艺术家 <10819716+q100102@user.noreply.gitee.com> Date: 星期三, 04 六月 2025 13:57:17 +0800 Subject: [PATCH] 伸缩杆代码提交 --- 项目代码/client/src/router/viewGird.js | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js" index e44777a..b1b2a6f 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js" @@ -1,9 +1,9 @@ let viewgird = [ - { - path: "/Sys_Log", - name: "sys_Log", - component: () => import("@/views/system/Sys_Log.vue"), - }, + // { + // path: "/Sys_Log", + // name: "sys_Log", + // component: () => import("@/views/system/Sys_Log.vue"), + // }, { path: "/Sys_User", name: "Sys_User", @@ -123,8 +123,13 @@ path: "/Largescreen", name: "Largescreen", component: () => import("@/views/tts/LargeScreen/Largescreen.vue"), + }, { + path: '/baidu', + name: 'baidu', + beforeEnter() { + window.location.href = 'https://www.baidu.com'; + } } - ]; export default viewgird; \ No newline at end of file -- Gitblit v1.9.3