From e46aa927d231af83724683c7286d9db503e24cf7 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期二, 10 六月 2025 11:46:20 +0800 Subject: [PATCH] 1 --- 项目代码/WCS/WIDESEAWCS_Client/src/views/Index.vue | 27 +++++++++------------------ 1 files changed, 9 insertions(+), 18 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" index bfff410..f269c58 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Index.vue" @@ -164,7 +164,7 @@ import VolMenu from "@/components/basic/VolElementMenu.vue"; import Message from "./index/Message.vue"; import MessageConfig from "./index/MessageConfig.js"; -var imgUrl = require("@/assets/imgs/wms_x.png"); +var imgUrl = require("@/assets/imgs/wcs_logo.png"); var $this; var $interval; var $indexDate; @@ -193,7 +193,7 @@ rightTabs: true, otherTabs: true, menuLeft: 0, - menuTop: 0, + menuTop: 0 // contextMenuVisible: false, // 鍙抽敭鍏抽棴鏄�/闅� }; }, @@ -222,26 +222,17 @@ { name: "white", color: "#fff" } ]); const links = ref([ - // { - // text: "妗嗘灦瑙嗛", - // path: "https://www.cctalk.com/m/group/90268531", - // id: -3, - // }, - // { text: "澶у睆鏁版嵁", path: "/bigdata", id: -3 }, - // { - // text: "妗嗘灦鏂囨。", - // path: "http://v2.volcore.xyz/document/guide", - // id: -2, - // }, { - // text: "妗嗘灦浼佷笟鐗�", - // path: "http://pro.volcore.xyz/", - // id: 10, - // }, + { + text: "澶у睆鏁版嵁", + path: "/temppage", + id: -2, + icon: "el-icon-switch-button" + }, { text: "涓汉涓績", path: "/UserInfo", id: -1, icon: "el-icon-s-custom" }, { text: "瀹夊叏閫�鍑�", path: "/login", - id: -4, + id: -1, icon: "el-icon-switch-button" } ]); -- Gitblit v1.9.3