From 5e2f8854caffccbc4636cfb6d7184ee32c0c37ea Mon Sep 17 00:00:00 2001 From: smallchill Date: Sat, 3 Aug 2019 00:19:03 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E4=BF=AE=E5=A4=8D=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E7=9A=84=E8=A1=A8=E6=A0=BC=E7=9A=84=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/authority/apiscope.vue | 2 -- src/views/authority/datascope.vue | 2 -- src/views/authority/role.vue | 2 -- src/views/system/dept.vue | 2 -- src/views/system/dict.vue | 2 -- src/views/system/menu.vue | 2 -- vue.config.js | 4 ++-- 7 files changed, 2 insertions(+), 14 deletions(-) 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': '/'