Browse Source

mall可用

shish 6 years ago
parent
commit
0376473e72

+ 1 - 2
mall/dist/build/mp-weixin/app.json

@@ -104,6 +104,5 @@
       "desc": "获取位置信息后为您提供个性化推荐"
     }
   },
-  "usingComponents": {},
-  "sitemapLocation": "sitemap.json"
+  "usingComponents": {}
 }

File diff suppressed because it is too large
+ 0 - 0
mall/dist/build/mp-weixin/common/vendor.js


+ 2 - 2
mall/dist/build/mp-weixin/components/app-coupon-sel.json

@@ -1,4 +1,4 @@
 {
-  "component": true,
-  "usingComponents": {}
+  "usingComponents": {},
+  "component": true
 }

+ 2 - 2
mall/dist/build/mp-weixin/pages/home/components/goods-list-middle.json

@@ -1,4 +1,4 @@
 {
-  "component": true,
-  "usingComponents": {}
+  "usingComponents": {},
+  "component": true
 }

+ 30 - 32
mall/dist/build/mp-weixin/project.config.json

@@ -1,34 +1,32 @@
 {
-	"description": "项目配置文件。",
-	"packOptions": {
-		"ignore": []
-	},
-	"setting": {
-		"urlCheck": false,
-		"es6": true
-	},
-	"compileType": "miniprogram",
-	"libVersion": "2.9.2",
-	"appid": "wxe4675bab299a52f7",
-	"projectname": "%E8%8A%B1%E5%8D%89%E5%AE%9D%E5%95%86%E5%9F%8E",
-	"simulatorType": "wechat",
-	"simulatorPluginLibVersion": {},
-	"condition": {
-		"search": {
-			"current": -1,
-			"list": []
-		},
-		"conversation": {
-			"current": -1,
-			"list": []
-		},
-		"game": {
-			"current": -1,
-			"list": []
-		},
-		"miniprogram": {
-			"current": -1,
-			"list": []
-		}
-	}
+  "description": "项目配置文件。",
+  "packOptions": {
+    "ignore": []
+  },
+  "setting": {
+    "urlCheck": false,
+    "es6": true
+  },
+  "compileType": "miniprogram",
+  "libVersion": "2.9.2",
+  "appid": "wxe4675bab299a52f7",
+  "projectname": "花卉宝",
+  "condition": {
+    "search": {
+      "current": -1,
+      "list": []
+    },
+    "conversation": {
+      "current": -1,
+      "list": []
+    },
+    "game": {
+      "current": -1,
+      "list": []
+    },
+    "miniprogram": {
+      "current": -1,
+      "list": []
+    }
+  }
 }

+ 0 - 7
mall/dist/build/mp-weixin/sitemap.json

@@ -1,7 +0,0 @@
-{
-  "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
-  "rules": [{
-  "action": "allow",
-  "page": "*"
-  }]
-}

+ 1 - 1
mall/src/plugins/luch-request_0.0.7/readme.md

@@ -76,7 +76,7 @@ http.post('/user/login', {userName: 'name', password: '123456'}, {
      * @param {Function}   
 */
 http.setConfig((config) => { /* config 为默认全局配置*/
-    config.baseUrl = 'http://www.bbb.cn'; /* 根域名 */
+    config.baseUrl = 'http://mall.bbb.cn'; /* 根域名 */
     config.header = {
         a: 1,
         b: 2

Some files were not shown because too many files changed in this diff