mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
【银保app】首页轮播图跳转地址暂时写死
This commit is contained in:
@@ -479,14 +479,17 @@ export default {
|
||||
touchend(data){
|
||||
let dataURL = JSON.parse(data.route).extra.url
|
||||
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({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#'+ thisRoute,
|
||||
url: location.origin + '/#/poster/posterList',
|
||||
},
|
||||
routerInfo: {
|
||||
path: thisRoute,
|
||||
path: '/poster/posterList',
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user