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]: "",