diff --git a/src/views/system/department.vue b/src/views/system/department.vue index 593f38f..bc4c159 100644 --- a/src/views/system/department.vue +++ b/src/views/system/department.vue @@ -1,241 +1,231 @@ - - - - - - - - - - 查询 - 新增部门 - - - - - - - - - 查询 - 新增部门 - - - - - - - - - - - - - {{scope.row.manager?scope.row.manager.name:"无"}} - - - - - - {{scope.row.leader?scope.row.leader.name:"无"}} - - - - - - - - 下级部门 - 删除 - 编辑 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vue.config.js b/vue.config.js index 19fa249..4e4ae3b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,8 +46,8 @@ module.exports = { //before: require('./mock/mock-server.js') proxy: { [process.env.VUE_APP_BASE_API]: { - target: 'http://hdcontract.ali251.langye.net', - //target: 'http://192.168.60.99:9003/', + //target: 'http://hdcontract.ali251.langye.net', + target: 'http://192.168.60.99:9003/', changeOrigin: true, //配置跨域 pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''