rev 联调问题修改

This commit is contained in:
2023-04-25 17:30:25 +08:00
parent 2313d80660
commit d1ac61df70
22 changed files with 109 additions and 140 deletions

View File

@@ -24,7 +24,7 @@ export default {
this.timmer = setTimeout(() => {
sessionStorage.clear()
this.logout()
}, 1000 * 60 * 60) // 15分钟 https://blog.csdn.net/qq_42345108/article/details/103496456
}, 10000 * 60 * 60) // 15分钟 https://blog.csdn.net/qq_42345108/article/details/103496456
},
logout() {
this.$store.dispatch('LogOut').then(() => {

View File

@@ -250,7 +250,7 @@ export default {
form: {
link_device_code: '',
min_num: '',
max_num: ''
max_num: '0'
},
rules: {}
}

View File

@@ -250,7 +250,7 @@ export default {
form: {
link_device_code: '',
min_num: '',
max_num: ''
max_num: '0'
},
rules: {}
}