From fd90f9d4fe4aab64622a1bba5fbc82b74024378b Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Wed, 25 Jun 2025 14:52:23 +0800 Subject: [PATCH] 1 --- pages/index/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 6bc7654..fd405c6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -267,13 +267,13 @@ { title: '公共交通', img: 'https://static.ticket.sz-trip.com/changshu/images/index/ggjt.png', - path: '/subPackages/webPage/webPage?url='+encodeURIComponent('http://www.changshuxing.cn/csxing-h5/pages/wentilv/index.html') + path: '/subPackages/webPage/webPage?url='+encodeURIComponent('https://www.changshuxing.cn/csxing-h5/pages/wentilv/index.html') // path: '/subPackages/other/gonggjt' }, { title: '文物资源', img: 'https://static.ticket.sz-trip.com/changshu/images/index/ggjt.png', - // path:'' + path:'/subPackages/webPage/webPage?url=https://changshuwwaq.hwtcloud.cn/wechat/home' } ], hotType: [ @@ -299,8 +299,8 @@ this.Post({ id: 4 },'/api/article/getArticleById').then(res => { - // this.isShow = res.data.subtitle == 1 ? true : false - this.isShow = res.data.address == 1 ? true : false + this.isShow = res.data.subtitle == 1 ? true : false + // this.isShow = res.data.address == 1 ? true : false }) }, onReady() {