diff --git a/threadpool/console/src/views/hippo4j/threadpool/index.vue b/threadpool/console/src/views/hippo4j/threadpool/index.vue index 87e4aed3..dfa0e21b 100755 --- a/threadpool/console/src/views/hippo4j/threadpool/index.vue +++ b/threadpool/console/src/views/hippo4j/threadpool/index.vue @@ -744,6 +744,7 @@ export default { } else if (value === 5) { this.temp.capacity = 2147483647; } + this.$forceUpdate(); }, tenantSelectList() { diff --git a/threadpool/console/src/views/login/index.vue b/threadpool/console/src/views/login/index.vue index 66ce2387..c422fae3 100755 --- a/threadpool/console/src/views/login/index.vue +++ b/threadpool/console/src/views/login/index.vue @@ -128,6 +128,7 @@ export default { if (hostname === 'console.hippo4j.cn') { this.loginForm.username = 'hippo4j'; this.loginForm.password = 'hippo4j'; + this.rememberMe = 1; } console.log(hostname); },