From 5cf052b8f51331576afa6c0faee331423996663b Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期一, 30 三月 2026 16:34:39 +0800
Subject: [PATCH] 阳光印刷修改首页信息 阳光印刷调整设备巡检的上传方式
---
src/pages.json | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 572e4f1..419c3df 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -40,19 +40,19 @@
}
},
{
- "path": "pages/index",
+ "path": "pages/works",
"style": {
"navigationBarTitleText": "棣栭〉",
"navigationStyle": "custom"
}
},
- {
- "path": "pages/works",
- "style": {
- "navigationBarTitleText": "宸ヤ綔鍙�",
- "navigationStyle": "custom"
- }
- },
+// {
+// "path": "pages/works",
+// "style": {
+// "navigationBarTitleText": "宸ヤ綔鍙�",
+// "navigationStyle": "custom"
+// }
+// },
{
"path": "pages/login",
"style": {
@@ -1293,17 +1293,17 @@
"backgroundColor": "#ffffff",
"list": [
{
- "pagePath": "pages/index",
+ "pagePath": "pages/works",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/homeBlue.png",
"text": "棣栭〉"
},
- {
- "pagePath": "pages/works",
- "iconPath": "static/images/tabbar/work.png",
- "selectedIconPath": "static/images/tabbar/workBlue.png",
- "text": "宸ヤ綔鍙�"
- },
+// {
+// "pagePath": "pages/works",
+// "iconPath": "static/images/tabbar/work.png",
+// "selectedIconPath": "static/images/tabbar/workBlue.png",
+// "text": "宸ヤ綔鍙�"
+// },
{
"pagePath": "pages/message",
"iconPath": "static/images/tabbar/new.png",
--
Gitblit v1.9.3