From 03627defbc56d0498e7778523da255eb972db6a4 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期四, 04 十二月 2025 10:25:03 +0800
Subject: [PATCH] 删除 安装包
---
qrcodeScaner/pages.json | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 102 insertions(+), 0 deletions(-)
diff --git a/qrcodeScaner/pages.json b/qrcodeScaner/pages.json
new file mode 100644
index 0000000..3625a37
--- /dev/null
+++ b/qrcodeScaner/pages.json
@@ -0,0 +1,102 @@
+{
+ "easycom": {
+
+ "autoscan": true,
+ "custom": {
+ // uni-ui 瑙勫垯濡備笅閰嶇疆
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
+ }
+ },
+ "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pagess
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "NorthGlass Scaner"
+ }
+ },
+ {
+ "path" : "pages/mainView/mainView",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/reportingWork/reportingWork",
+ "style" :
+ {
+ "navigationBarTitleText" : "Report for work"
+ }
+ },
+ {
+ "path" : "pages/glassInfo/glassInfo",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/QuantityCompletion/QuantityCompletion",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/ReviewReporitingWork/ReviewReporitingWork",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/ReportingWorkList/ReportingWorkList",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/login/login",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/statement/orderList",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/statement/deliveryList",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/statement/originalGlassList",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/glassFinishToStore/glassFinishToStore",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ }
+ ],
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8"
+ },
+ "uniIdRouter": {}
+}
--
Gitblit v1.8.0