From bb086627477351918c63d0daae2f8ee7b6a1315d Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期一, 28 八月 2023 11:49:45 +0800
Subject: [PATCH] 小程序

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

diff --git a/minipro_standard/pages.json b/minipro_standard/pages.json
index 4e8cdef..5c6f7ad 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,37 @@
 
 		}
 	],
+	"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"
+<<<<<<< HEAD
+=======
+	
+
+>>>>>>> 9e4d7b06a15aabe0141a991fe9358802a0590378
 	},
 	"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