wjt
2024-06-25 244d89b41c0e0e995d38f635a126a0959b9ba25b
pages/companyLogin/companyLogin.vue
@@ -113,6 +113,8 @@
                        this.tips = `${this.countdownTime}s后重新获取`
                        uni.$u.toast('验证码已发送');
                     }
               }).catch(err => {
                  this.isSendCode = false
               })
            } else {
               uni.$u.toast('倒计时结束后再发送');
@@ -163,11 +165,11 @@
               uni.setStorageSync('userInfo',  val.data.data)
               if(this.form.userType == '02') {
                  uni.reLaunch({
                     url:`/qiye/qiyeIndex/qiyeIndex`
                     url:`/qiye/qiyeIndex/qiyeIndex?id=${val.data.data.deptId}`
                  })
               } else if(this.form.userType == '01'){
                  uni.reLaunch({
                     url:`/policy/policyIndex/policyIndex?id=${val.data.data.deptId}`
                     url:`/policy/policyIndex/policyIndex`
                  })
               } else {
                  uni.reLaunch({