zhengnaiwen_citu 1 rok pred
rodič
commit
6ce92d7864

+ 1 - 1
.env

@@ -5,7 +5,7 @@ SHOPRO_VERSION = v1.8.3
 SHOPRO_BASE_URL = http://api-dashboard.yudao.iocoder.cn
 
 # 后端接口 - 测试环境(通过 process.env.NODE_ENV = development)
-SHOPRO_DEV_BASE_URL = http://127.0.0.1:48080
+SHOPRO_DEV_BASE_URL = http://menduner.citupro.com:6868
 ### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc
 
 # 后端接口前缀(一般不建议调整)

+ 1 - 0
pages/public/error.vue

@@ -40,6 +40,7 @@
   const errMsg = ref('');
 
   onLoad((options) => {
+	  console.log(options)
     errCode.value = options.errCode;
     errMsg.value = options.errMsg;
   });

+ 1 - 1
sheep/components/s-auth-modal/components/sms-login.vue

@@ -47,7 +47,7 @@
           v-model="state.model.code"
           :inputBorder="false"
           type="number"
-          maxlength="4"
+          maxlength="6"
         >
           <template v-slot:right>
             <button class="ss-reset-button login-btn-start" @tap="smsLoginSubmit"> 登录 </button>