|
@@ -784,7 +784,8 @@ export default {
|
|
collect: [],
|
|
collect: [],
|
|
editAppCard: null,
|
|
editAppCard: null,
|
|
bannerObj: null,
|
|
bannerObj: null,
|
|
- userName: null
|
|
|
|
|
|
+ userName: null,
|
|
|
|
+ region:this.$route.query["region"]
|
|
};
|
|
};
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -849,7 +850,7 @@ export default {
|
|
label: this.selectLabel, //应用的标签搜索
|
|
label: this.selectLabel, //应用的标签搜索
|
|
type: this.showType, //应用的类型
|
|
type: this.showType, //应用的类型
|
|
juri: this.selectJuri, //应用权限 1:我的 2:组织内 3:所有人
|
|
juri: this.selectJuri, //应用权限 1:我的 2:组织内 3:所有人
|
|
- stand: "cn", //cn站还是hk站
|
|
|
|
|
|
+ stand: this.region?this.region:'cn', //cn站还是hk站
|
|
status: this.statusType
|
|
status: this.statusType
|
|
};
|
|
};
|
|
|
|
|
|
@@ -1112,7 +1113,7 @@ export default {
|
|
url: data.url, //app链接
|
|
url: data.url, //app链接
|
|
type: data.type, //app类型
|
|
type: data.type, //app类型
|
|
juri: data.juri, //app权限 1:我的 2:组织 3:所有人
|
|
juri: data.juri, //app权限 1:我的 2:组织 3:所有人
|
|
- stand: "cn", //语言
|
|
|
|
|
|
+ stand: this.region?this.region:'cn', //语言
|
|
json: JSON.stringify(data.json) //其他信息
|
|
json: JSON.stringify(data.json) //其他信息
|
|
}
|
|
}
|
|
];
|
|
];
|
|
@@ -1143,7 +1144,7 @@ export default {
|
|
url: data.url, //app链接
|
|
url: data.url, //app链接
|
|
type: data.type, //app类型
|
|
type: data.type, //app类型
|
|
juri: data.juri, //app权限 1:我的 2:组织 3:所有人
|
|
juri: data.juri, //app权限 1:我的 2:组织 3:所有人
|
|
- stand: "cn", //语言
|
|
|
|
|
|
+ stand: this.region?this.region:'cn', //语言
|
|
json: JSON.stringify(data.json) //其他信息
|
|
json: JSON.stringify(data.json) //其他信息
|
|
}
|
|
}
|
|
];
|
|
];
|
|
@@ -1177,7 +1178,7 @@ export default {
|
|
url: data.url, //app链接
|
|
url: data.url, //app链接
|
|
type: data.type, //app类型
|
|
type: data.type, //app类型
|
|
juri: data.juri, //app权限 1:我的 2:组织 3:所有人
|
|
juri: data.juri, //app权限 1:我的 2:组织 3:所有人
|
|
- stand: "cn", //语言
|
|
|
|
|
|
+ stand: this.region?this.region:'cn', //语言
|
|
json: JSON.stringify(data.json) //其他信息
|
|
json: JSON.stringify(data.json) //其他信息
|
|
}
|
|
}
|
|
];
|
|
];
|
|
@@ -1203,7 +1204,7 @@ export default {
|
|
suserid: this.userId, //用户ID
|
|
suserid: this.userId, //用户ID
|
|
sorg: this.org,
|
|
sorg: this.org,
|
|
soid: this.oid,
|
|
soid: this.oid,
|
|
- sstand: "cn"
|
|
|
|
|
|
+ sstand: this.region?this.region:'cn'
|
|
};
|
|
};
|
|
|
|
|
|
this.ajax
|
|
this.ajax
|