diff --git a/hippo4j-ui/src/views/hippo4j/threadpool/index.vue b/hippo4j-ui/src/views/hippo4j/threadpool/index.vue index 69e09a0f..ffdd51b2 100755 --- a/hippo4j-ui/src/views/hippo4j/threadpool/index.vue +++ b/hippo4j-ui/src/views/hippo4j/threadpool/index.vue @@ -514,7 +514,7 @@ export default { mounted() { this.isEditDisabled = localStorage.getItem('USER_ROLE') !== 'ROLE_ADMIN' && - localStorage.getItem('USER_ROLE') !== 'ROLE_MANAGE' && false; + localStorage.getItem('USER_ROLE') !== 'ROLE_MANAGE'; }, methods: { onInput() { diff --git a/hippo4j-ui/vue.config.js b/hippo4j-ui/vue.config.js index 6de73272..e8c52a02 100755 --- a/hippo4j-ui/vue.config.js +++ b/hippo4j-ui/vue.config.js @@ -35,7 +35,7 @@ module.exports = { }, proxy: { '/hippo4j/v1/cs': { - target: `http://console.hippo4j.cn/hippo4j/v1/cs`, + target: `http://127.0.0.1:6691/hippo4j/v1/cs`, changOrigin: true, secure: false, pathRewrite: {