From 44f1a2390876805716c821eba08ab957011ee248 Mon Sep 17 00:00:00 2001 From: smily <3439202112@qq.com> Date: Thu, 3 Aug 2023 02:25:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Acreate=20thread=20poll=20content=20?= =?UTF-8?q?not=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadpool/console/src/views/hippo4j/threadpool/index.vue | 1 + threadpool/console/src/views/login/index.vue | 1 + 2 files changed, 2 insertions(+) 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); },