lihongxiao il y a 1 an
Parent
commit
9f902105dc
3 fichiers modifiés avec 4 ajouts et 7 suppressions
  1. 2 2
      common/service/config.service.js
  2. 0 3
      pages/login/register.vue
  3. 2 2
      pages/login/settled.vue

+ 2 - 2
common/service/config.service.js

@@ -2,9 +2,9 @@ let BASE_URL = ''
 
 
 if (process.env.NODE_ENV == 'development') {
-	BASE_URL = 'https://test.baoxianzhanggui.com/locallive-java' // 测试环境
+	// BASE_URL = 'https://test.baoxianzhanggui.com/locallive-java' // 测试环境
 	// BASE_URL = 'http://192.168.0.36:8080/jeecg-boot' // 开发环境
-    // BASE_URL = 'http://192.168.0.52:8080/jeecg-boot' // 开发环境
+    BASE_URL = 'http://192.168.0.42:8080/jeecg-boot' // 开发环境
 
 } else {
 	BASE_URL = 'https://test.baoxianzhanggui.com/locallive-java' // 测试环境

+ 0 - 3
pages/login/register.vue

@@ -232,9 +232,6 @@
 			},
 			onSMSLogin() {
 				let checkPhone = new RegExp(/^[1]([3-9])[0-9]{9}$/);
-				uni.navigateTo({
-						url: '/pages/login/settled'
-					});
 				if(!this.phoneNo || this.phoneNo.length==0){
 				  this.$tip.toast('请填写手机号');
 				  return;

+ 2 - 2
pages/login/settled.vue

@@ -367,8 +367,6 @@ export default {
         visible(val){
             if(!val){
                 this.mapIsHidden='block'
-               console.log(this.mapIsHidden);
-
             }
         }
     },
@@ -585,6 +583,8 @@ export default {
                             this.$tip.alert('请上传营业执照!')
                             return
                         }
+                        console.log(j,9999);
+                        
                         this.$tip.alert(`请填写${this.formName[j]}!`)
                         return
                     }