diff --git a/dist.zip b/dist.zip deleted file mode 100644 index ecfd138..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/config/website.js b/src/config/website.js index 4b788b3..bafc213 100644 --- a/src/config/website.js +++ b/src/config/website.js @@ -48,5 +48,5 @@ export default { ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=', // 单点登录回调地址(Saber服务的地址) redirectUri: 'http://localhost:1888', - filePrex: 'http://www.qdscgs.com:9091',//'http://192.168.1.106:9000',// 图片前缀 + filePrex: 'http://192.168.1.106:9000',//'http://www.qdscgs.com:9091',// 图片前缀 } diff --git a/src/views/system/dictbiz.vue b/src/views/system/dictbiz.vue index d7772fe..6382b44 100644 --- a/src/views/system/dictbiz.vue +++ b/src/views/system/dictbiz.vue @@ -90,7 +90,7 @@ icon="el-icon-circle-plus-outline" size="small" @click.stop="handleAdd(scope.row,scope.index)" - v-if="userInfo.role_name.includes('admin')" + v-if="userInfo.role_name.includes('administrator')" >新增子项 diff --git a/vue.config.js b/vue.config.js index 1cfd5a3..ecc35be 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,8 +27,8 @@ module.exports = { "/api": { //本地服务接口地址 // target: "http://www.qdscgs.com:80",//生成 - // target: "http://192.168.1.3:8080", - target: "http://192.168.1.106", + target: "http://192.168.1.3:8080", + // target: "http://192.168.1.106", //远程演示服务地址,可用于直接启动项目 // target: 'https://saber.bladex.vip/api', ws: true,