mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 00:06:43 +08:00
【银保app】修改首页轮播跳转地址修改
This commit is contained in:
@@ -477,7 +477,7 @@ export default {
|
|||||||
this.clickFlag = false
|
this.clickFlag = false
|
||||||
},
|
},
|
||||||
touchend(data){
|
touchend(data){
|
||||||
let dataURL = JSON.parse(data.route).extra.url
|
let dataURL = 'https://iagentsales-test2.e-guofu.com:5100/personal-manage/BusinessCard'
|
||||||
if(dataURL){
|
if(dataURL){
|
||||||
let thisRoute = dataURL.slice (dataURL.lastIndexOf("/#")+2)
|
let thisRoute = dataURL.slice (dataURL.lastIndexOf("/#")+2)
|
||||||
// let thisRoute = '/poster/posterList'
|
// let thisRoute = '/poster/posterList'
|
||||||
@@ -486,10 +486,10 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + '/#/poster/posterList',
|
url: location.origin + '/#' + thisRoute,
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: '/poster/posterList',
|
path: thisRoute,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user