Ver código fonte

init

newStyle
lancer 2 anos atrás
pai
commit
2f33fcc211
2 arquivos alterados com 4 adições e 3 exclusões
  1. +2
    -1
      src/views/admin/user/index.vue
  2. +2
    -2
      vue.config.js

+ 2
- 1
src/views/admin/user/index.vue Ver arquivo

@@ -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 Ver arquivo

@@ -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' //王笑



Carregando…
Cancelar
Salvar