From 796d8c7c69888ab0be4ae61921b8862b8c091947 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期一, 28 八月 2023 14:22:53 +0800
Subject: [PATCH] 设备分配人员

---
 minipro_standard/pages.json |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/minipro_standard/pages.json b/minipro_standard/pages.json
index 4e8cdef..90a1b84 100644
--- a/minipro_standard/pages.json
+++ b/minipro_standard/pages.json
@@ -1,5 +1,6 @@
 {
-	"pages": [{
+	"pages": [
+		{
 			"path": "pages/workbench/workbench",
 			"style": {
 				"navigationBarTitleText": "宸ヤ綔鍙�",
@@ -31,7 +32,6 @@
 				"navigationBarTitleText": "涓汉淇℃伅",
 				"enablePullDownRefresh": false
 			}
-
 		}, {
 			"path": "pages/changePassword/changePassword",
 			"style": {
@@ -55,20 +55,32 @@
 
 		}
 	],
+	"subPackages": [
+		{
+			"root": "pages_adjust",
+			"pages": [
+				{
+					"path": "pages/addReceipt/addReceipt",
+					"style": {
+						"navigationBarTitleText": "鏂板鍏ュ簱",
+						"enablePullDownRefresh": false
+					}
+				}
+			]
+		}
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
 		"navigationBarBackgroundColor": "#ffffff",
 		"backgroundColor": "#ffffff"
-		// "navigationStyle": "custom"
 	},
 	"tabBar": {
 		"color": "#666666",
 		"selectedColor": "#222222",
 		"borderStyle": "black",
 		"backgroundColor": "#fff",
-		"list": [
-			{
+		"list": [{
 				"pagePath": "pages/index/index",
 				"iconPath": "static/nav_daiban@2x.png",
 				"selectedIconPath": "static/nav_daiban_sel@2x.png",

--
Gitblit v1.9.3