From 2b3715f1610b4176d7abe33e34542389cef61853 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期六, 12 四月 2025 17:12:22 +0800
Subject: [PATCH] Merge branch 'main' of http://lanpucloud.cn:1111/r/eims-master

---
 eims-ui-mobile/src/pages.json |  102 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 102 insertions(+), 0 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
new file mode 100644
index 0000000..d346a4b
--- /dev/null
+++ b/eims-ui-mobile/src/pages.json
@@ -0,0 +1,102 @@
+{
+  "globalStyle": {
+    "navigationStyle": "default",
+    "navigationBarTitleText": "鍏板疂璁惧绠$悊",
+    "navigationBarBackgroundColor": "#f8f8f8",
+    "navigationBarTextStyle": "black",
+    "backgroundColor": "#FFFFFF"
+  },
+  "easycom": {
+    "autoscan": true,
+    "custom": {
+      "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
+      "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
+    }
+  },
+  "tabBar": {
+    "custom": true,
+    "color": "#999999",
+    "selectedColor": "#007aff",
+    "borderStyle": "black",
+    "height": "50px",
+    "fontSize": "10px",
+    "iconWidth": "24px",
+    "spacing": "3px",
+    "list": [
+      {
+        "pagePath": "pages/home/index",
+        "text": "棣栭〉",
+        "icon": "home",
+        "iconType": "wot"
+      },
+      {
+        "pagePath": "pages/equ/index",
+        "text": "璁惧",
+        "icon": "mobile",
+        "iconType": "wot"
+      },
+      {
+        "pagePath": "pages/equ/index",
+        "icon": "scan",
+        "iconType": "wot"
+      },
+      {
+        "pagePath": "pages/spare/index",
+        "text": "澶囦欢",
+        "icon": "setting1",
+        "iconType": "wot"
+      },
+      {
+        "pagePath": "pages/my/index",
+        "text": "鎴戠殑",
+        "icon": "user",
+        "iconType": "wot"
+      }
+    ]
+  },
+  "pages": [
+    {
+      "path": "pages/home/index",
+      "type": "home",
+      "layout": "tabbar",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "棣栭〉"
+      }
+    },
+    {
+      "path": "pages/equ/index",
+      "type": "page",
+      "layout": "tabbar",
+      "style": {
+        "navigationBarTitleText": "鍏充簬"
+      }
+    },
+    {
+      "path": "pages/login/index",
+      "type": "page",
+      "layout": "default",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "鐧诲綍"
+      }
+    },
+    {
+      "path": "pages/my/index",
+      "type": "page",
+      "layout": "tabbar",
+      "style": {
+        "navigationBarTitleText": "鎴戠殑"
+      }
+    },
+    {
+      "path": "pages/spare/index",
+      "type": "page",
+      "layout": "tabbar",
+      "style": {
+        "navigationBarTitleText": "spare"
+      }
+    }
+  ],
+  "subPackages": []
+}
\ No newline at end of file

--
Gitblit v1.9.3