diff --git a/pages/login/setup.vue b/pages/login/setup.vue index 0d144ef..d1f8abc 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -69,13 +69,13 @@ }) return } - if (this.setTime === '') { - uni.showToast({ - title: '请填写刷新时间', - icon: 'none' - }) - return - } + // if (this.setTime === '') { + // uni.showToast({ + // title: '请填写刷新时间', + // icon: 'none' + // }) + // return + // } // 存值 this.$store.dispatch('setConfig',{baseUrl: this.addrip, acsUrl: this.acsip, printUrl: this.printip,setTime: this.setTime * 1000}) uni.redirectTo({