From 9057e04efad1b7d61c77a72e5c37a504d0aee935 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 26 九月 2025 09:24:03 +0800
Subject: [PATCH] H5静态化
---
h5/pages.json | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 171 insertions(+), 0 deletions(-)
diff --git a/h5/pages.json b/h5/pages.json
new file mode 100644
index 0000000..970d179
--- /dev/null
+++ b/h5/pages.json
@@ -0,0 +1,171 @@
+{
+ "easycom": {
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
+ },
+ "pages": [
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "妫�鏌�",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/workOrder/workOrder",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎴戠殑宸ュ崟",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/report/report",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎴戠殑涓婃姤",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/chart/chart",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍥捐〃",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/reporting_she/reporting_she",
+ "style" :
+ {
+ "navigationBarTitleText" : "SHE浜嬩欢涓婃姤",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/details_she/details_she",
+ "style" :
+ {
+ "navigationBarTitleText" : "璇︽儏",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/riskReporting/riskReporting",
+ "style" :
+ {
+ "navigationBarTitleText" : "璺岀粖婊戦闄╀笂鎶�",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/riskDetails/riskDetails",
+ "style" :
+ {
+ "navigationBarTitleText" : "璇︽儏",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/report_dca/report_dca",
+ "style" :
+ {
+ "navigationBarTitleText" : "DCA瑙傚療涓婃姤",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/type_dca/type_dca",
+ "style" :
+ {
+ "navigationBarTitleText" : "DCA绫诲瀷閫夋嫨",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/details_dca/details_dca",
+ "style" :
+ {
+ "navigationBarTitleText" : "DCA瑙傚療涓婃姤",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/workOrder_she/workOrder_she",
+ "style" :
+ {
+ "navigationBarTitleText" : "璇︽儏",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/workOrder_dca/workOrder_dca",
+ "style" :
+ {
+ "navigationBarTitleText" : "璇︽儏",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/chart_details/chart_details",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍥捐〃",
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ }
+ ],
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8"
+ },
+ "tabBar": {
+ "color": "#999999",
+ "selectedColor": "#222222",
+ "borderStyle": "black",
+ "backgroundColor": "#fff",
+ "list": [
+ {
+ "pagePath": "pages/index/index",
+ "iconPath": "static/tabbar/nav_jiancha@2x.png",
+ "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png",
+ "text": "棣栭〉"
+ },
+ {
+ "pagePath": "pages/workOrder/workOrder",
+ "iconPath": "static/tabbar/nav_gongdan@2x.png",
+ "selectedIconPath": "static/tabbar/nav_gongdan_sel@2x.png",
+ "text": "鎴戠殑宸ュ崟"
+ },
+ {
+ "pagePath": "pages/report/report",
+ "iconPath": "static/tabbar/nav_shangbao@2x.png",
+ "selectedIconPath": "static/tabbar/nav_shangbao_sel@2x.png",
+ "text": "鎴戠殑涓婃姤"
+ },
+ {
+ "pagePath": "pages/chart/chart",
+ "iconPath": "static/tabbar/nav_tubiao@2x.png",
+ "selectedIconPath": "static/tabbar/nav_tubiao_sel@2x.png",
+ "text": "鍥捐〃"
+ }
+ ]
+ },
+ "uniIdRouter": {}
+}
--
Gitblit v1.9.3