From 5fed6d4639811fc75a6c309e72520f7f50b228d4 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 22 三月 2024 15:32:54 +0800
Subject: [PATCH] 修改菜单栏
---
Source/ProjectWeb/src/config/website.js | 4 ++--
Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue | 26 +++++++++++++++++++++++++-
2 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue b/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue
index f45a2e0..a545bd7 100644
--- a/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue
+++ b/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue
@@ -154,7 +154,31 @@
]
}
]
- }
+ },
+ {
+ id: 10,
+ event: '浜嬩欢3',
+ timeLine: 50,
+ comment: '鏃�'
+ },
+ {
+ id: 10,
+ event: '浜嬩欢4',
+ timeLine: 50,
+ comment: '鏃�'
+ },
+ {
+ id: 10,
+ event: '浜嬩欢5',
+ timeLine: 50,
+ comment: '鏃�'
+ },
+ {
+ id: 10,
+ event: '浜嬩欢6',
+ timeLine: 50,
+ comment: '鏃�'
+ },
],
TreeSelectList: []
}
diff --git a/Source/ProjectWeb/src/config/website.js b/Source/ProjectWeb/src/config/website.js
index 90e408d..4547aa6 100644
--- a/Source/ProjectWeb/src/config/website.js
+++ b/Source/ProjectWeb/src/config/website.js
@@ -2,10 +2,10 @@
* 鍏ㄥ眬閰嶇疆鏂囦欢
*/
export default {
- title: "VCI-UBCS",
+ title: "PLT-WEB",
logo: "S",
key: 'saber',//閰嶇疆涓婚敭,鐩墠鐢ㄤ簬瀛樺偍
- indexTitle: 'VCI-UBCS',
+ indexTitle: 'PLT-WEB',
image:'../public/img/bg/img-logo.png',
clientId: 'saber', // 瀹㈡埛绔痠d
clientSecret: 'saber_secret', // 瀹㈡埛绔瘑閽�
--
Gitblit v1.9.3