From 6aca327d3466d61fc7a2b5a8c5d617055dd319b0 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 28 八月 2023 11:57:23 +0800
Subject: [PATCH] 溢出 vant
---
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