1004749546@qq.com 4 gadi atpakaļ
vecāks
revīzija
b7648f92d8
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      App.vue
  2. 2 2
      pages/userCenter/index.vue

+ 2 - 2
App.vue

@@ -1,6 +1,6 @@
 <script>
-	const uat_domain = 'https://gather.test.sxzxyj.net' // 预发布
-	// const uat_domain = 'http://192.168.16.225:8305' // 本地
+	// const uat_domain = 'https://gather.test.sxzxyj.net' // 预发布
+	const uat_domain = 'http://192.168.16.217:8305' // 本地
 	const pro_domain = 'https://gather.zyucgj.cn' // 生产
 	const uat_URL = uat_domain+'/gc-gather/' // 预发布
 	const pro_URL = pro_domain+'/gc-gather/'  // 生产

+ 2 - 2
pages/userCenter/index.vue

@@ -35,7 +35,7 @@
 			return {
 				hasLogin: false,
 				userData: {},
-				version: '' // 小程序版本
+				version: '1.0.0' // 小程序版本
 			};
 		},
 		onShow() {
@@ -57,7 +57,7 @@
 			}
 		},
 		onLoad() {
-			this.getVersion()
+			// this.getVersion()
 			// 开启分享
 			uni.showShareMenu({
 				withShareTicket: true,