lancer před 2 roky
rodič
revize
2f33fcc211
2 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. +2
    -1
      src/views/admin/user/index.vue
  2. +2
    -2
      vue.config.js

+ 2
- 1
src/views/admin/user/index.vue Zobrazit soubor

@@ -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 Zobrazit soubor

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



Načítá se…
Zrušit
Uložit