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() {