mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 15:06:45 +08:00
【银保app】首页轮播图跳转地址暂时写死
This commit is contained in:
@@ -479,14 +479,17 @@ export default {
|
|||||||
touchend(data){
|
touchend(data){
|
||||||
let dataURL = JSON.parse(data.route).extra.url
|
let dataURL = JSON.parse(data.route).extra.url
|
||||||
if(dataURL){
|
if(dataURL){
|
||||||
let thisRoute = dataURL.substring(dataURL.lastIndexOf("/#")+2)
|
let thisRoute = dataURL.slice (dataURL.lastIndexOf("/#")+2)
|
||||||
|
// let thisRoute = '/poster/posterList'
|
||||||
|
// console.log(typeof thisRoute)
|
||||||
|
// console.log(location.origin + '/#'+ thisRoute)
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + '/#'+ thisRoute,
|
url: location.origin + '/#/poster/posterList',
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: thisRoute,
|
path: '/poster/posterList',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user