|
@@ -87,7 +87,9 @@ export default {
|
|
|
if(path==='MyProfitIndex') {
|
|
|
window.location.href=host2+`/ymallWechat/code?redirectCode=myProfitIndex`
|
|
|
}else{
|
|
|
- window.location.href=`https://ue.360lj.com/api/Home/Login?identity=1&backurl=https://ue.360lj.com/dist/${path}`
|
|
|
+ console.log("path: ", path)
|
|
|
+ // window.location.href=`https://ue.360lj.com/api/Home/Login?identity=1&backurl=https://ue.360lj.com/dist/${path}`
|
|
|
+ this.$router.push(path)
|
|
|
}
|
|
|
},
|
|
|
// 获取用户信息接口
|