From 9ab4955166b7b1370fc2a49b152353241ca9e64a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 16 十月 2023 09:22:23 +0800
Subject: [PATCH] 小程序

---
 minipro_standard/pages.json |   65 --------------------------------
 1 files changed, 0 insertions(+), 65 deletions(-)

diff --git a/minipro_standard/pages.json b/minipro_standard/pages.json
index cb37cc6..e69de29 100644
--- a/minipro_standard/pages.json
+++ b/minipro_standard/pages.json
@@ -1,65 +0,0 @@
-{
-	"pages": [
-		{
-			"path": "pages/workbench/workbench",
-			"style": {
-				"navigationBarTitleText": "宸ヤ綔鍙�",
-				"enablePullDownRefresh": false
-			}
-		},
-		{
-			"path": "pages/index/index",
-			"style": {
-				"navigationBarTitleText": "寰呭姙"
-			}
-		},  {
-			"path": "pages/mine/mine",
-			"style": {
-				"navigationBarTitleText": "鎴戠殑",
-				"enablePullDownRefresh": false
-			}
-		}
-	    ,{
-            "path" : "pages/login/login",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "鐧诲綍",
-                "enablePullDownRefresh": false,
-				"navigationStyle": "custom"
-            }
-        }
-    ],
-	"globalStyle": {
-		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#ffffff",
-		"backgroundColor": "#ffffff"
-	},
-	"tabBar": {
-		"color": "#666666",
-		"selectedColor": "#222222",
-		"borderStyle": "black",
-		"backgroundColor": "#fff",
-		"list": [
-			{
-				"pagePath": "pages/index/index",
-				"iconPath": "static/nav_daiban@2x.png",
-				"selectedIconPath": "static/nav_daiban_sel@2x.png",
-				"text": "寰呭姙"
-			},
-			{
-				"pagePath": "pages/workbench/workbench",
-				"iconPath": "static/nav_gongzuotai@2x.png",
-				"selectedIconPath": "static/nav_gongzuotai_sel@2x.png",
-				"text": "宸ヤ綔鍙�"
-			},
-			{
-				"pagePath": "pages/mine/mine",
-				"iconPath": "static/nav_wode@2x.png",
-				"selectedIconPath": "static/nav_wode_sel@2x.png",
-				"text": "鎴戠殑"
-			}
-		]
-	},
-	"uniIdRouter": {}
-}

--
Gitblit v1.9.3