diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue index b2a7ac4..cf4b83f 100644 --- a/src/views/authority/apiscope.vue +++ b/src/views/authority/apiscope.vue @@ -101,8 +101,6 @@ scopeMenuName: "菜单", menu: true, option: { - height:'auto', - calcHeight:'350', tip: false, dialogWidth: "60%", tree: true, diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue index 8a56226..c7ecb2b 100644 --- a/src/views/authority/datascope.vue +++ b/src/views/authority/datascope.vue @@ -101,8 +101,6 @@ scopeMenuName: "菜单", menu: true, option: { - height:'auto', - calcHeight:'350', tip: false, dialogWidth: "60%", tree: true, diff --git a/src/views/authority/role.vue b/src/views/authority/role.vue index e136435..ae434e7 100644 --- a/src/views/authority/role.vue +++ b/src/views/authority/role.vue @@ -103,8 +103,6 @@ total: 0 }, option: { - height:'auto', - calcHeight:'350', tip: false, tree: true, border: true, diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue index bb7d026..d53a0ac 100644 --- a/src/views/system/dept.vue +++ b/src/views/system/dept.vue @@ -58,8 +58,6 @@ total: 0 }, option: { - height:'auto', - calcHeight:'350', tip: false, tree: true, border: true, diff --git a/src/views/system/dict.vue b/src/views/system/dict.vue index 3ea26c4..7bde324 100644 --- a/src/views/system/dict.vue +++ b/src/views/system/dict.vue @@ -53,8 +53,6 @@ total: 0 }, option: { - height:'auto', - calcHeight:'350', tip: false, tree: true, border: true, diff --git a/src/views/system/menu.vue b/src/views/system/menu.vue index 3089100..ddd725c 100644 --- a/src/views/system/menu.vue +++ b/src/views/system/menu.vue @@ -53,8 +53,6 @@ total: 0 }, option: { - height:'auto', - calcHeight:'350', tip: false, dialogWidth: "60%", tree: true, diff --git a/vue.config.js b/vue.config.js index 9b22e76..ee4aad7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -26,9 +26,9 @@ module.exports = { proxy: { '/api': { //本地服务接口地址 - //target: 'http://localhost', + target: 'http://localhost', //远程演示服务地址 - target: 'https://saber.bladex.vip/api', + //target: 'https://saber.bladex.vip/api', ws: true, pathRewrite: { '^/api': '/'