From b16601baa64ebb9b32a5710468a5e7648393ca68 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 14 Oct 2025 17:46:23 +0800 Subject: [PATCH] =?UTF-8?q?10.14=E5=8F=B7=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 14 ++- components/navBar/navbar.vue | 8 +- manifest.json | 10 ++- pages.json | 7 +- pages/education/education.vue | 5 +- pages/index/index.vue | 90 +++++++------------ pages/live/live.vue | 7 +- pages/meeting/meeting.vue | 3 +- pages/my/my.vue | 6 +- pages/patientClass/patientClass.vue | 12 +-- pages/webview/webview.vue | 12 ++- pages_app/buyPoint/buyPoint.vue | 4 +- pages_app/caseList/caseList.vue | 4 +- pages_app/caseRecord/caseRecord.vue | 2 +- pages_app/changeMobile/changeMobile.vue | 2 +- pages_app/changePassword/index.vue | 2 +- pages_app/consult/consult.vue | 2 +- pages_app/followDetail/followDetail.vue | 2 +- pages_app/groupEdit/groupEdit.vue | 2 +- pages_app/groupManage/groupManage.vue | 2 +- pages_app/groupMsg/groupMsg.vue | 2 +- pages_app/hot/hot.vue | 8 +- pages_app/idcardAuth/bankCardList.vue | 2 +- pages_app/idcardAuth/idcardAuth.vue | 2 +- pages_app/liveReplay/liveReplay.vue | 2 +- pages_app/login/login.vue | 3 +- pages_app/msg/msg.vue | 2 +- pages_app/myAccount/billDetails.vue | 2 +- pages_app/myAccount/myAccount.vue | 2 +- pages_app/myAccount/withdrawal.vue | 2 +- pages_app/myApplication/myApplication.vue | 2 +- pages_app/myCollect/english.vue | 6 +- pages_app/myCollect/file.vue | 6 +- pages_app/myCollect/huanjiao.vue | 4 +- pages_app/myCollect/myCollect.vue | 2 +- pages_app/myCollect/news.vue | 6 +- pages_app/myCollect/video.vue | 4 +- pages_app/myCourseware/myCourseware.vue | 6 +- pages_app/myDownLoad/myDownLoad.vue | 2 +- pages_app/myFlower/myFlower.vue | 6 +- pages_app/myPatient/myPatient.vue | 2 +- pages_app/myPoint/myPoint.vue | 2 +- pages_app/myVideo/myVideo.vue | 2 +- pages_app/myWelfare/myWelfare.vue | 2 +- pages_app/myWelfareCard/exchange.vue | 2 +- pages_app/myWelfareCard/myWelfareCard.vue | 2 +- pages_app/news/news.vue | 4 +- pages_app/newsList/newsList.vue | 2 +- pages_app/patientDetail/patientDetail.vue | 2 +- pages_app/patientGroup/patientGroup.vue | 4 +- pages_app/patientMsg/patientMsg.vue | 10 +-- pages_app/patientRemark/patientRemark.vue | 2 +- pages_app/patientSetting/patientSetting.vue | 2 +- pages_app/patientVideo/patientVideo.vue | 6 +- pages_app/pay/pay.vue | 4 +- pages_app/personInfo/personInfo.vue | 4 +- pages_app/pointGoods/pointGoods.vue | 4 +- pages_app/pointMall/pointMall.vue | 2 +- pages_app/ppt/ppt.vue | 6 +- pages_app/pptDetail/pptDetail.vue | 2 +- pages_app/qikan/qikan.vue | 2 +- pages_app/reply/reply.vue | 2 +- pages_app/schedule/schedule.vue | 4 +- pages_app/search/search.vue | 4 +- pages_app/searchNews/searchNews.vue | 4 +- pages_app/searchVideo/searchVideo.vue | 4 +- pages_app/selectPatient/selectPatient.vue | 2 +- .../selectPatientSingle.vue | 2 +- pages_app/setting/setting.vue | 2 +- pages_app/smsLogin/smsLogin.vue | 3 +- pages_app/video/video.vue | 4 +- pages_app/videoDetail/videoDetail.vue | 2 +- pages_app/videoHistory/videoHistory.vue | 4 +- pages_app/visit/visit.vue | 4 +- pages_app/visitNote/visitNote.vue | 2 +- pages_app/visitPlan/visitPlan.vue | 6 +- pages_app/webview/webview.vue | 85 ++++++++++++------ pages_app/wechatContact/wechatContact.vue | 2 +- pages_app/writeInfo/writeInfo.vue | 2 +- pages_app/zhinan/zhinan.vue | 4 +- pages_app/zhinanList/zhinanList.vue | 6 +- pages_chat/article/article.vue | 2 +- pages_chat/chat/index.vue | 2 +- pages_chat/groupMessage/groupMessage.vue | 2 +- pages_chat/groupSend/groupSend.vue | 2 +- pages_chat/outPatient/addSchedule.vue | 2 +- pages_chat/outPatient/outPatient.vue | 2 +- pages_chat/patientGroup/patientGroup.vue | 6 +- pages_chat/quickReply/quickReply.vue | 4 +- pages_chat/searchArticle/searchArticle.vue | 2 +- pages_chat/video/video.vue | 6 +- pages_goods/coupon/coupon.vue | 4 +- pages_goods/exchange/address.vue | 4 +- pages_goods/exchange/address_list.vue | 4 +- pages_goods/exchange/index.vue | 4 +- pages_goods/myRedemption/myRedemption.vue | 4 +- pages_goods/pointMall/pointMall.vue | 2 +- pages_goods/productDetail/productDetail.vue | 4 +- tsconfig.json | 1 + 99 files changed, 286 insertions(+), 254 deletions(-) diff --git a/App.vue b/App.vue index fdc509f..3198052 100644 --- a/App.vue +++ b/App.vue @@ -36,7 +36,7 @@ let startByNotificationId = ""; export default { globalData: { - plAd: true + plAd: true }, onLaunch() { @@ -150,6 +150,12 @@ export default { } const account =storage_accid; const token = storage_token; + if(!account || !token){ + uni.redirectTo({ + url: '/pages_app/login/login' + }); + return; + } console.log("account",account); console.log("token",token); console.log("account",typeof account); @@ -528,7 +534,7 @@ export default { font-size: 50rpx!important; } ::-webkit-scrollbar { display: none; } - .nav-right{ - margin-top: -20px; - } + // .nav-right{ + // margin-top: -20px; + // } diff --git a/components/navBar/navbar.vue b/components/navBar/navbar.vue index ca51a8b..ae5fe7d 100644 --- a/components/navBar/navbar.vue +++ b/components/navBar/navbar.vue @@ -1,12 +1,12 @@