lilei 4 anos atrás
pai
commit
89dabaf8ca
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2 2
      App.vue
  2. 1 1
      pages/login/login.vue

+ 2 - 2
App.vue

@@ -1,6 +1,6 @@
 <script>
-	// const uat_URL = 'https://carwash.test.zyucgj.com/cw-wechat/' // 预发布
-	const uat_URL = 'http://192.168.16.103:8103/cw-wechat/' // 本地
+	const uat_URL = 'https://carwash.test.zyucgj.com/cw-wechat/' // 预发布
+	// const uat_URL = 'http://192.168.16.105:8103/cw-wechat/' // 本地
 	const pro_URL = 'https://carwash.zyucgj.com/saas/clz/'  // 生产
 	const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url

+ 1 - 1
pages/login/login.vue

@@ -61,7 +61,7 @@
 						}).then(res => {
 							uni.hideLoading();
 							_this.code = ''
-							console.log(res, 'login data')
+							console.log(res,_this.path, 'login data')
 							if (res.status == '200') {
 								getApp().globalData.token = res.data
 								_this.$u.vuex('vuex_token',res.data)