From 60fedbb76b01c11fd72e2083df78cccc3b6ded1b Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Wed, 25 Sep 2024 14:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=BA=BF=E8=B7=B3=E8=BD=ACh5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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',