|
|
@@ -122,7 +122,7 @@
|
|
|
let token = String(mytoken.token);
|
|
|
//企业列表
|
|
|
this.$ajax({
|
|
|
- url: this.rul.api+"/api/account/accountCenter/company/list",
|
|
|
+ url: this.$url.api+"/api/account/accountCenter/company/list",//http://192.168.253.31:8560
|
|
|
method: 'get',
|
|
|
params: {
|
|
|
mobile: mytoken.account.mobile
|
|
|
@@ -192,7 +192,7 @@
|
|
|
let token = this.mytoken.token;
|
|
|
const frame = window.frames[window.frames.length - 1];
|
|
|
this.$ajax({
|
|
|
- url: this.$url.api+'/api/auth/switch/company?companyId='+id,//http://192.168.253.31:8560
|
|
|
+ url: this.$url.api+'/api/auth/switch/company?companyId='+id,
|
|
|
method :'get',
|
|
|
headers: {
|
|
|
"Authorization":token
|