jiangfeng 5 years ago
parent
commit
70ffc07c58
2 changed files with 73 additions and 347 deletions
  1. 19 18
      ghsApp/src/manifest.json
  2. 54 329
      ghsApp/src/pages.json

+ 19 - 18
ghsApp/src/manifest.json

@@ -85,8 +85,12 @@
     "mp-weixin" : {
         "appid" : "wx21b7c3ef12082099",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "minified" : true
         },
+							"optimization" : {
+									"subPackages" : true
+								},
         "usingComponents" : true,
         "permission" : {
             "scope.userLocation" : {
@@ -109,23 +113,23 @@
             // "mode" : "history",
             "base" : "/"
         },
-        "async": {
-            "timeout": 200000
+        "async" : {
+            "timeout" : 20000
         },
-        "optimization": {
-            "treeShaking": {
-                "enable": true
+        "optimization" : {
+            "treeShaking" : {
+                "enable" : true
             }
         },
-        "devServer": {
-            "port": 81,
-            "proxy": {
-                "/api": {
-                    "target": "http://api.shop.hzghd.com",
-                    "secure": false,
-                    "changeOrigin": true,
-                    "pathRewrite": {
-                        "^/api": ""
+        "devServer" : {
+            "port" : 81,
+            "proxy" : {
+                "/api" : {
+                    "target" : "http://api.shop.hzghd.com",
+                    "secure" : false,
+                    "changeOrigin" : true,
+                    "pathRewrite" : {
+                        "^/api" : ""
                     }
                 }
             }
@@ -136,9 +140,6 @@
                     "key" : ""
                 }
             }
-        },
-        "async" : {
-            "timeout" : 20000
         }
     }
 }

+ 54 - 329
ghsApp/src/pages.json

@@ -1,181 +1,42 @@
 {
 	"pages": [
-		{
-			"path": "admin/home/workbench",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": true
-			}
-		},
-    {
-			"path": "admin/home/result",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": true
-			}
-		},
-    {
-			"path": "admin/home/callback",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "admin/home/console",
-			"style": {
-				"navigationBarTitleText": ""
-			}
-		},
-		{
-			"path": "admin/home/order",
-			"style": {
-				"navigationBarTitleText": "订单",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "admin/home/member",
-			"style": {
-				"navigationBarTitleText": "客户",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "admin/home/apply",
-			"style": {
-				"navigationBarTitleText": "应用",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "admin/home/me",
-			"style": {
-				"navigationBarTitleText": "我的",
-				"enablePullDownRefresh": true,
-				"navigationStyle": "custom"
-			}
-		},
-    {
-			"path": "admin/home/mall",
-			"style": {
-				"navigationBarTitleText": "商城"
-			}
-		},
-		{
-			"path": "common/redirect",
-			"style": {
-				"navigationBarTitleText": "加载中..."
-			}
-		},
-		{
-			"path": "common/webview",
-			"style": {
-				"navigationBarBackgroundColor": "#ffffff",
-				"navigationBarTextStyle": "black"
-			}
-		},
-		{
-			"path": "common/pageSuccess",
-			"style": {
-				"navigationBarBackgroundColor": "#ffffff",
-				"navigationBarTextStyle": "black"
-			}
-		}
+		{"path": "admin/home/workbench","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
+		{"path": "admin/home/result","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
+		{"path": "admin/home/callback","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
+		{"path": "admin/home/console","style": {"navigationBarTitleText": ""}},
+		{"path": "admin/home/order","style": {"navigationBarTitleText": "订单","enablePullDownRefresh": true}},
+		{"path": "admin/home/member","style": {"navigationBarTitleText": "客户","enablePullDownRefresh": true}},
+		{"path": "admin/home/apply","style": {"navigationBarTitleText": "应用","enablePullDownRefresh": true}},
+		{"path": "admin/home/me","style": {"navigationBarTitleText": "我的","enablePullDownRefresh": true,"navigationStyle": "custom"}},
+		{"path": "admin/home/mall","style": {"navigationBarTitleText": "商城"}},
+		{"path": "common/redirect","style": {"navigationBarTitleText": "加载中..."}},
+		{"path": "common/webview","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},
+		{"path": "common/pageSuccess","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}}
 	],
 	"subPackages": [
+
 		{
 			"root": "pagesClient",
 			"pages": [
-				{
-					"path": "member/add",
-					"style": {
-						"navigationBarTitleText": "添加客户"
-					}
-				},
-				{
-					"path": "member/detail",
-					"style": {
-						"navigationBarTitleText": "客户详情"
-					}
-				},
-				{
-					"path": "member/bind",
-					"style": {
-						"navigationBarTitleText": "绑定微信"
-					}
-				},
-				{
-					"path": "official/index",
-					"style": {
-						"navigationBarTitleText": "销花宝"
-					}
-				},
-				{
-					"path": "official/pay",
-					"style": {
-						"navigationBarTitleText": "支付"
-					}
-				},
-				{
-					"path": "official/apply",
-					"style": {
-						"navigationBarTitleText": "申请"
-					}
-				},
-				{
-					"path": "official/clientApply",
-					"style": {
-						"navigationBarTitleText": "结果"
-					}
-				},
-				{
-					"path": "official/clientResult",
-					"style": {
-						"navigationBarTitleText": "提交审核"
-					}
-				},
-        {
-					"path": "official/renewal",
-					"style": {
-						"navigationBarTitleText": "续期"
-					}
-				},
-				{
-					"path": "official/callback",
-					"style": {
-						"navigationBarTitleText": "回调"
-					}
-				},
-				{
-					"path": "official/latest-shop",
-					"style": {
-						"navigationBarTitleText": "最近访问"
-					}
-				},
-				{
-					"path": "official/result",
-					"style": {
-						"navigationBarTitleText": "结果"
-					}
-				},
-				{
-					"path": "official/warn",
-					"style": {
-						"navigationBarTitleText": "开启微信提醒"
-					}
-				}
+				{"path": "member/add","style": {"navigationBarTitleText": "添加客户"}},
+				{"path": "member/detail","style": {"navigationBarTitleText": "客户详情"}},
+				{"path": "member/bind","style": {"navigationBarTitleText": "绑定微信"}},
+				{"path": "official/index","style": {"navigationBarTitleText": "销花宝"}},
+				{"path": "official/pay","style": {"navigationBarTitleText": "支付"}},
+				{"path": "official/apply","style": {"navigationBarTitleText": "申请"}},
+				{"path": "official/clientApply","style": {"navigationBarTitleText": "结果"}},
+				{"path": "official/clientResult","style": {"navigationBarTitleText": "提交审核"}},
+				{"path": "official/renewal","style": {"navigationBarTitleText": "续期"}},
+				{"path": "official/callback","style": {"navigationBarTitleText": "回调"}},
+				{"path": "official/latest-shop","style": {"navigationBarTitleText": "最近访问"}},
+				{"path": "official/result","style": {"navigationBarTitleText": "结果"}},
+				{"path": "official/warn","style": {"navigationBarTitleText": "开启微信提醒"}}
 			]
 		},
 		{
 			"root": "pagesShare",
 			"pages": [
-				{
-					"path": "pay",
-					"style": {
-						"navigationBarTitleText": "付款"
-					}
-				}
+				{"path": "pay","style": {"navigationBarTitleText": "付款"}}
 			]
 		},
 		{
@@ -219,219 +80,83 @@
 		{
 			"root": "admin/coupon",
 			"pages": [
-				{
-					"path": "list",
-					"style": {
-						"navigationBarTitleText": "优惠券"
-					}
-				}
+				{"path": "list","style": {"navigationBarTitleText": "优惠券"}}
 			]
 		},
 		{
 			"root": "admin/ad",
 			"pages": [
-				{
-					"path": "list",
-					"style": {
-						"navigationBarTitleText": "广告列表"
-					}
-				},
-				{
-					"path": "add",
-					"style": {
-						"navigationBarTitleText": "添加广告"
-					}
-				},
-				{
-					"path": "sel-goods",
-					"style": {
-						"navigationBarTitleText": "商品选择"
-					}
-				}
+				{"path": "list","style": {"navigationBarTitleText": "广告列表"}},
+				{"path": "add","style": {"navigationBarTitleText": "添加广告"}},
+				{"path": "sel-goods","style": {"navigationBarTitleText": "商品选择"}}
 			]
 		},
 		{
 			"root": "admin/staff",
 			"pages": [
-				{
-					"path": "list",
-					"style": {
-						"navigationBarTitleText": "员工管理"
-					}
-				},
-				{
-					"path": "add",
-					"style": {
-						"navigationBarTitleText": ""
-					}
-				},
-				{
-					"path": "sel-member",
-					"style": {
-						"navigationBarTitleText": "客户列表"
-					}
-				},
-				{
-					"path": "achieve",
-					"style": {
-						"navigationBarTitleText": "员工业绩"
-					}
-				}
+				{"path": "list","style": {"navigationBarTitleText": "员工管理"}},
+				{"path": "add","style": {"navigationBarTitleText": ""}},
+				{"path": "sel-member","style": {"navigationBarTitleText": "客户列表"}},
+				{"path": "achieve","style": {"navigationBarTitleText": "员工业绩"}}
 			]
 		},
 		{
 			"root": "admin/shop",
 			"pages": [
-				{
-					"path": "list",
-					"style": {
-						"navigationBarTitleText": "店铺管理"
-					}
-				},
-				{
-					"path": "add",
-					"style": {
-						"navigationBarTitleText": ""
-					}
-				}
+				{"path": "list","style": {"navigationBarTitleText": "店铺管理"}},
+				{"path": "add","style": {"navigationBarTitleText": ""}}
 			]
 		},
 		{
 			"root": "admin/setting",
 			"pages": [
-				{
-					"path": "list",
-					"style": {
-						"navigationBarTitleText": "设置"
-					}
-				},
-				{
-					"path": "wx-menu",
-					"style": {
-						"navigationBarTitleText": "公众号菜单设置"
-					}
-				},
-				{
-					"path": "coupon",
-					"style": {
-						"navigationBarTitleText": "新客优惠"
-					}
-				},
-				{
-					"path": "level",
-					"style": {
-						"navigationBarTitleText": "客户等级设置"
-					}
-				},
-				{
-					"path": "password",
-					"style": {
-						"navigationBarTitleText": "密码设置"
-					}
-				}
+				{"path": "list","style": {"navigationBarTitleText": "设置"}},
+				{"path": "wx-menu","style": {"navigationBarTitleText": "公众号菜单设置"}},
+				{"path": "coupon","style": {"navigationBarTitleText": "新客优惠"}},
+				{"path": "level","style": {"navigationBarTitleText": "客户等级设置"}},
+				{"path": "password","style": {"navigationBarTitleText": "密码设置"}}
 			]
 		},
 		{
 			"root": "admin/goodsManage",
 			"pages": [
-				{
-					"path": "list",
-					"style": {
-						"navigationBarTitleText": "商品管理"
-					}
-				},
-				{
-					"path": "category",
-					"style": {
-						"navigationBarTitleText": "分类管理"
-					}
-				},
-				{
-					"path": "add",
-					"style": {
-						"navigationBarTitleText": "添加商品"
-					}
-				},
-				{
-					"path": "img-store",
-					"style": {
-						"navigationBarTitleText": "图库管理"
-					}
-				},
-				{
-					"path": "goods-name",
-					"style": {
-						"navigationBarTitleText": "填写商品信息"
-					}
-				},
-				{
-					"path": "freight",
-					"style": {
-						"navigationBarTitleText": "运费设置"
-					}
-				},
-				{
-					"path": "price-increase",
-					"style": {
-						"navigationBarTitleText": "节假日自动涨价"
-					}
-				}
+				{"path": "list","style": {"navigationBarTitleText": "商品管理"}},
+				{"path": "category","style": {"navigationBarTitleText": "分类管理"}},
+				{"path": "add","style": {"navigationBarTitleText": "添加商品"}},
+				{"path": "img-store","style": {"navigationBarTitleText": "图库管理"}},
+				{"path": "goods-name","style": {"navigationBarTitleText": "填写商品信息"}},
+				{"path": "freight","style": {"navigationBarTitleText": "运费设置"}},
+				{"path": "price-increase","style": {"navigationBarTitleText": "节假日自动涨价"}}
 			]
 		},
 		{
 			"root": "admin/shopAdmin",
 			"pages": [
-				{
-					"path": "bind",
-					"style": {
-						"navigationBarTitleText": "管理员绑定"
-					}
-				}
+				{"path": "bind","style": {"navigationBarTitleText": "管理员绑定"}}
 			]
 		},
 		{
 			"root": "admin/assets",
 			"pages": [
-				{
-					"path": "list",
-					"style": {
-						"navigationBarTitleText": "收入明细"
-					}
-				}
+				{"path": "list","style": {"navigationBarTitleText": "收入明细"}}
 			]
 		},
 		{
 			"root": "admin/chat",
 			"pages": [
-				{
-					"path": "index",
-					"style": {
-						"navigationBarTitleText": "客服",
-						"enablePullDownRefresh": true
-					}
-				}
+				{"path": "index","style": {"navigationBarTitleText": "客服","enablePullDownRefresh": true}}
 			]
 		},
 		{
 			"root": "admin/template",
 			"pages": [
-				{
-					"path": "index",
-					"style": {
-						"navigationBarTitleText": "选择模板"
-					}
-				}
+				{"path": "index","style": {"navigationBarTitleText": "选择模板"}}
 			]
 		},
 		{
 			"root": "admin/statistics",
 			"pages": [
-				{
-					"path": "demo",
-					"style": {
-						"navigationBarTitleText": "数据统计"
-					}
-				}
+				{"path": "demo","style": {"navigationBarTitleText": "数据统计"}}
 			]
 		},
 		{