Ver Fonte

modify pic

Elbert Chen há 1 ano atrás
pai
commit
32a39b6154
3 ficheiros alterados com 6 adições e 6 exclusões
  1. 3 3
      app.js
  2. 1 1
      project.config.json
  3. 2 2
      request/api.js

+ 3 - 3
app.js

@@ -125,14 +125,14 @@ App({
     }
   },
   globalData: {
-    versionNumber: "v1.3.7", //版本号
+    versionNumber: "v1.0.0", //版本号
     scene: null, //小程序进入场景 1047 扫码 https://developers.weixin.qq.com/miniprogram/dev/reference/scene-list.html  
     userInfo: {},
     statusBarHeight: 0,
-    shareImage: `${api.URL}/image_global_sharing.jpg`,
+    shareImage: `${api.URL}/uploads/image/image_global_sharing.jpg`,
     shareTitle: "买正宗公明腊肠,就上官方体验店;正品保证 官方溯源",
     sharePath: "pages/tabBar/index/index?share=xcx",
-    riceShareImage: `${api.URL}/image_global_sharing.jpg`,
+    riceShareImage: `${api.URL}/uploads/image/image_global_sharing.jpg`,
 
   },
   //页面跳转

+ 1 - 1
project.config.json

@@ -45,7 +45,7 @@
     },
     "compileType": "miniprogram",
     "libVersion": "2.20.1",
-    "appid": "wx1f365a1958760912",
+    "appid": "wx0f8d68f60e7c04c5",
     "projectname": "lachang-wxapp",
     "simulatorType": "wechat",
     "simulatorPluginLibVersion": {},

+ 2 - 2
request/api.js

@@ -1,7 +1,7 @@
 
-const API_BASE_URL = 'http://lachang.fanfanle.cn';//lachang-dev环境
+const API_BASE_URL = 'https://wxapp.rwgmlc.cn';//后台api地址
 
-const versionNumber = "v1.5.1";//版本号
+const versionNumber = "v1.0.0";//版本号
 module.exports = {
     URL: API_BASE_URL,
     versionNumber: versionNumber