From 51947139f7b260acec2b52b02c904c4ed3480adc Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 15 八月 2023 14:40:52 +0800
Subject: [PATCH] #
---
pages.json | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 157 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
new file mode 100644
index 0000000..169244d
--- /dev/null
+++ b/pages.json
@@ -0,0 +1,157 @@
+{
+ "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
+ {
+ "path": "pages/login/login",
+ "style": {
+ "navigationBarTitleText": "鐧� 褰�"
+ }
+ },
+ {
+ "path": "pages/home/home",
+ "style": {
+ "navigationBarTitleText": "涓� 椤�"
+ }
+ },
+ {
+ "path": "pages/mat/matSelected",
+ "style": {
+ "navigationBarTitleText": "鐗╂枡"
+ }
+ },
+ {
+ "path": "pages/mat/matQuery",
+ "style": {
+ "navigationBarTitleText": "鐗╂枡"
+ }
+ },
+ {
+ "path": "pages/pakin/pakin",
+ "style": {
+ "navigationBarTitleText": "缁� 鎵�"
+ }
+ },
+ {
+ "path": "pages/order/orderPakin",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟缁勬墭"
+ }
+ },
+ {
+ "path": "pages/order/orderPutOn",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟涓婃灦"
+ }
+ },
+ {
+ "path": "pages/order/orderPutDown",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟涓嬫灦"
+ }
+ },
+ {
+ "path": "pages/stock/stockQuery",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨鏌ヨ"
+ }
+ },
+ {
+ "path": "pages/stock/stockCheck",
+ "style": {
+ "navigationBarTitleText": "鐩樼偣"
+ }
+ },
+ {
+ "path": "pages/print/printUNI",
+ "style": {
+ "navigationBarTitleText": "UNI鎵撳嵃"
+ }
+ },
+ {
+ "path": "pages/print/print",
+ "style": {
+ "navigationBarTitleText": "鎵撳嵃"
+ }
+ },
+ {
+ "path": "pages/stock/restock",
+ "style": {
+ "navigationBarTitleText": "琛ヨ揣"
+ }
+ },
+ {
+ "path": "pages/pakin/piking",
+ "style": {
+ "navigationBarTitleText": "鐩樼偣/鎷f枡杞叏鏉�"
+ }
+ },
+ {
+ "path": "pages/pakin/putOn",
+ "style": {
+ "navigationBarTitleText": "缁勬墭涓婃灦"
+ }
+ },
+ {
+ "path": "pages/order/orderPutOn2",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟缁勬墭2"
+ }
+ },
+ {
+ "path": "pages/order/orderPutOn3",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟缁勬墭3"
+ }
+ },
+ {
+ "path": "pages/stock/mergeOut",
+ "style": {
+ "navigationBarTitleText": "骞舵澘鍑哄簱"
+ }
+ },
+ {
+ "path": "pages/order/orderList",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟鍒楄〃"
+ }
+ },
+ {
+ "path": "pages/order/orderDetil",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟璇︽儏"
+ }
+ },
+ {
+ "path": "pages/stock/changePallet",
+ "style": {
+ "navigationBarTitleText": "鎹㈡澘缁戝畾"
+ }
+ },
+
+ {
+ "path": "pages/print/qr",
+ "style": {
+ "navigationBarTitleText": "浜岀淮鐮�"
+ }
+ },
+
+ {
+ "path": "pages/mat/matList",
+ "style": {
+ "navigationBarTitleText": "鍟嗗搧鍒楄〃"
+ }
+ },
+ {
+ "path": "pages/login/logOut",
+ "style": {
+ "navigationBarTitleText": "閫�鍑虹櫥褰�"
+ }
+ }
+ ],
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8"
+ },
+ "uniIdRouter": {}
+}
--
Gitblit v1.9.1