瀏覽代碼

init

newStyle
lancer 2 年之前
父節點
當前提交
2f33fcc211
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. +2
    -1
      src/views/admin/user/index.vue
  2. +2
    -2
      vue.config.js

+ 2
- 1
src/views/admin/user/index.vue 查看文件

@@ -1254,7 +1254,8 @@ export default {
// 获取用户信息
let info = getStore({ name: "userInfo" });
// this.sign=info.sign
this.orgCode = info.orgCode;
// this.orgCode = info.orgCode;
this.orgCode = this.losorgType.getItem('orgCode');

// 权限判断
// 当他是系统用户时,显示所有,除系统用户之外只显示组织用户


+ 2
- 2
vue.config.js 查看文件

@@ -3,9 +3,9 @@
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65:9999' //测试
const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙
const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://nitu5e.natappfree.cc' //王笑



Loading…
取消
儲存