xiaohaizhao 1 éve
szülő
commit
c581d6b99b

+ 1 - 1
pages/notifications/webview.wxml

@@ -1 +1 @@
-<web-view src="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8d848a89fcbf6bd8&redirect_uri=https://www.cnd3b.com/getcode.html&response_type=code&Scope=snsapi_base&state=12312#wechat_redirect" />
+<web-view src="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxbb36136a90907f54&redirect_uri=https://www.cnd3b.com/getcode.html&response_type=code&Scope=snsapi_base&state=12312#wechat_redirect" />

+ 1 - 1
project.config.json

@@ -53,7 +53,7 @@
     "ignore": [],
     "include": []
   },
-  "appid": "wx7505ddb0a1ec6146",
+  "appid": "wxbb36136a90907f54",
   "projectname": "E_WeChat",
   "libVersion": "2.29.1",
   "simulatorPluginLibVersion": {}

+ 1 - 1
project.private.config.json

@@ -1,6 +1,6 @@
 {
   "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-  "projectname": "%E6%9D%A5%E6%96%AF%E5%A5%A5E%E8%AE%A2%E5%8D%95",
+  "projectname": "云链E订单",
   "setting": {
     "compileHotReLoad": true,
     "urlCheck": false

BIN
static/image/logo.png


+ 2 - 3
utils/Http.js

@@ -2,10 +2,9 @@ class HTTP {
 	constructor() {
 		let ENV = wx.getAccountInfoSync().miniProgram.envVersion;
 		if (ENV === 'release') { // 正式版
-			this.baseUrl = "https://lsa.cnyunl.com";
+			this.baseUrl = "https://cucu.cnyunl.com:8079";
 		} else {
-			// this.baseUrl = "https://lsa.cnyunl.com";
-			this.baseUrl = "http://61.164.207.46:8300";
+			this.baseUrl = "http://61.164.207.46:8200";
 		}
 		console.log("接口地址:", this.baseUrl)
 	}