|
@@ -85,7 +85,9 @@ export default {
|
|
|
// 页面跳转
|
|
|
jumpTo(path){
|
|
|
if(path==='MyProfitIndex') {
|
|
|
- window.location.href=host2+`/ymallWechat/code?redirectCode=myProfitIndex`
|
|
|
+ //window.location.href=host2+`/ymallWechat/code?redirectCode=myProfitIndex`
|
|
|
+ console.log("path: ", path)
|
|
|
+ this.$router.push(path)
|
|
|
}else{
|
|
|
console.log("path: ", path)
|
|
|
// window.location.href=`https://ue.360lj.com/api/Home/Login?identity=1&backurl=https://ue.360lj.com/dist/${path}`
|