diff --git a/pages/index/index.vue b/pages/index/index.vue index 9bd3bb9..9fd3be2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -76,7 +76,7 @@ - 更多 > + 更多 > @@ -150,6 +150,7 @@ export default { data() { return { + linePage: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/lineList?code=demo'), topBanner: [], weatherList: [], navList: [ @@ -176,7 +177,8 @@ { img: 'https://static.ticket.sz-trip.com/yandu/images/index/xltj.png', text: '线路推荐', - path: '/subPackages/line/lineList' + // path: '/subPackages/line/lineList' + path: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/lineList?code=demo'), }, { img: 'https://static.ticket.sz-trip.com/yandu/images/index/zhdt.png',