Browse Source

小程序APPid修改

1004749546@qq.com 4 years ago
parent
commit
6db3b39e5c
2 changed files with 3 additions and 3 deletions
  1. 2 2
      App.vue
  2. 1 1
      manifest.json

+ 2 - 2
App.vue

@@ -1,7 +1,7 @@
 <script>
 	const uat_domain = 'https://rider.test.sxzxyj.net' // 预发布
-	// const uat_domain = 'http://192.168.16.148:8309' // 本地
-	const pro_domain = 'https://gather.zyucgj.cn' // 生产
+	// const uat_domain = 'http://192.168.16.213:8309' // 本地
+	const pro_domain = 'https://rider.sxzxyj.net' // 生产
 	const uat_URL = uat_domain+'/gc-rider/' // 预发布
 	const pro_URL = pro_domain+'/gc-rider/'  // 生产
 	const buildType = 1 // 打包环境对应类型,1 生产 0 预发布

+ 1 - 1
manifest.json

@@ -57,7 +57,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wxc0af8df4c4a03f3f",
+        "appid" : "wxb24ae687d2321a5b",
         "setting" : {
             "urlCheck" : false,
             "es6" : true,