From 495fc24d25a090e9411195b0785bb77784d6f6fa Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Thu, 23 May 2024 11:56:20 +0800 Subject: [PATCH] =?UTF-8?q?5.21=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=B7=B2=E5=87=BA=E7=8E=B0=E7=9A=84bug=E5=92=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- src/views/masterDataOptions/distribute/index.vue | 6 +----- src/views/masterDataOptions/settingMenu.vue | 1 - vue.config.js | 4 ++-- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/App.vue b/src/App.vue index 42db106..37003f8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -79,9 +79,9 @@ export default { } // 全局滚动条样式调整 ::-webkit-scrollbar { - width: 5px; + width: 10px; /*滚动条宽度*/ - height: 5px; + height: 10px; /*滚动条高度*/ } diff --git a/src/views/masterDataOptions/distribute/index.vue b/src/views/masterDataOptions/distribute/index.vue index bf05a03..042e342 100644 --- a/src/views/masterDataOptions/distribute/index.vue +++ b/src/views/masterDataOptions/distribute/index.vue @@ -279,7 +279,6 @@ export default { this.$set(this.activedRow, 'deleteList', arr) } } - console.log(this.activedRow) this.addSwitch = false }, lineDataHandle(targetid, arr, saveName, saveId) { @@ -399,11 +398,9 @@ export default { this.$set(row, 'addApi', '') this.$set(row, 'deleteApi', '') } else { - console.log(key) this.$set(row, dist[key][0], '') this.$set(row, dist[key][1], []) this.$set(row, dist[key][2], '') - console.log(row) } }, @@ -429,7 +426,6 @@ export default { }, { id: this.$route.query.id }) - console.log(res, 'init') if (res.status === '200') { this.tableData = res.attribute } @@ -548,7 +544,7 @@ export default { this.init() this.initSelect() this.initLeftLink() - this.$emit('flashActive', 4) + this.$emit('flashActive', 3) } } diff --git a/src/views/masterDataOptions/settingMenu.vue b/src/views/masterDataOptions/settingMenu.vue index ff7ce6e..e059c2a 100644 --- a/src/views/masterDataOptions/settingMenu.vue +++ b/src/views/masterDataOptions/settingMenu.vue @@ -52,7 +52,6 @@ export default { this.menuActived = val }, async initEditFormData() { - console.log(this.$route.query.id, '菜单') const res = await getApiModuleApi({ tl: "mdmService", as: "mdmService", diff --git a/vue.config.js b/vue.config.js index fe06f1e..f1197ee 100644 --- a/vue.config.js +++ b/vue.config.js @@ -39,9 +39,9 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://hzya.ufyct.com:9067/`, + target: `http://hzya.ufyct.com:9067/`, // target: `http://127.0.0.1:9081/`, - target: `http://192.168.2.78:9999`, + // target: `http://192.168.2.78:9999`, changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",