在Vue单页面应用中使用Promise链式调用 eg: 在commonLoginFun中: methods:{ commonLoginFun(){ return xxx.axios.xxxx; //2个retur ...