From 6cb85536a0b7edf936cfc7b68502c858068c140f Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 10 十二月 2025 16:15:46 +0800
Subject: [PATCH] 在WCS中添加监控堆垛机和提升机状态和报警信息功能
---
项目代码/WCS/WIDESEAWCS_Client/src/views/Index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 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 5095cc7..d362ca7 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"
@@ -2,7 +2,7 @@
<div id="vol-container" :class="['vol-theme-' + theme]">
<div class="vol-aside" :style="{ width: menuWidth + 'px' }">
<div class="header" :style="{ width: menuWidth - 1 + 'px' }">
- <img v-show="!isCollapse" v-bind:src="logo" />
+ <!-- <img v-show="!isCollapse" v-bind:src="logo" /> -->
<i @click="toggleLeft" class="el-icon-s-fold collapse-menu" />
</div>
<div class="vol-menu">
@@ -14,7 +14,7 @@
</div>
<div class="vol-container" :style="{ left: menuWidth - 1 + 'px' }">
<div class="vol-header">
- <div class="project-name">WCS</div>
+ <div class="project-name">鏄庡拰鏅鸿兘璁惧鏈夐檺鍏徃</div>
<div class="header-text">
<!-- <div class="h-link">
<a
@@ -523,7 +523,7 @@
const { startSignalr } = useSignalr()
startSignalr()
-
+
//褰撳墠鍒锋柊鏄笉鏄椤�
if (router.currentRoute.value.path != navigation[0].path) {
//鏌ユ壘绯荤粺鑿滃崟
--
Gitblit v1.9.3