Commit ad1b65eb by 蒋勇

d

parent 480c73bf
......@@ -35,6 +35,11 @@
},
methods:{
async goapplogin(app){
if(app.appType=="api"){
var d= await this.$root.postReq("/web/auth/userCtl/sysManageForApp?appKey="+app.appkey+"&toKey="+appinfo.appkey,tocompanyinfo);
window.open(d.data.jumpUrl);
return;
}
var d= await this.$root.postReq("/web/auth/userCtl/goLoginForApp",app);
if(d && d.status==0 && d.data){
console.log(JSON.stringify(d.data));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment