Kaynağa Gözat

init

newStyle
lancer 2 yıl önce
ebeveyn
işleme
2f33fcc211
2 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. +2
    -1
      src/views/admin/user/index.vue
  2. +2
    -2
      vue.config.js

+ 2
- 1
src/views/admin/user/index.vue Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet