|
@@ -30,6 +30,12 @@
|
|
|
this.getUserList();
|
|
|
},
|
|
|
computed: {
|
|
|
+ sisStageIp: function() {
|
|
|
+ return this.$store.state.wholeSituationBackStageIp;
|
|
|
+ },
|
|
|
+ sisStagePort: function() {
|
|
|
+ return this.$store.state.wholeSituationBackStagePort;
|
|
|
+ },
|
|
|
backStageIp: function() {
|
|
|
return this.$store.state.GlobalLocalIp;
|
|
|
},
|
|
@@ -63,7 +69,7 @@
|
|
|
|
|
|
let _this = this;
|
|
|
uni.request({
|
|
|
- url: 'http://' + this.backStageIp + ':' + this.backStagePort + '/GyeeuserController/selectUserList',
|
|
|
+ url: 'http://' + this.sisStageIp + ':' + this.sisStagePort + '/GyeeuserController/selectUserList',
|
|
|
data: {},
|
|
|
method: 'GET',
|
|
|
success: function(res) {
|