From dc2feac90dfb28b28cadf94e703ab3a97157da08 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 30 六月 2023 09:25:56 +0800 Subject: [PATCH] 司机首页去掉无用状态 --- pages/tabbar-page/index-tabbar/index-tabbar.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue index 7fe7a38..16bb79f 100644 --- a/pages/tabbar-page/index-tabbar/index-tabbar.vue +++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue @@ -13,7 +13,7 @@ </view> </view> </view> - <customer-index v-if="roleType == 1" + <customer-index v-if="roleType == 1||roleType == 4" ref="customerIndexRef" :orderPlanDataStore="orderPlanDataStore"></customer-index> <freight-forwarder-index v-if="roleType == 2" @@ -175,7 +175,7 @@ if (this.globalisconnect) { this.$store.dispatch('websocketInit') this.changeisconnect(false) - console.log(this.globalisconnect, 'index鐨剋s蹇冧簨鈥�'); + console.log(this.globalisconnect, 'index鐨剋s鏁版嵁鈥�'); } this.userAuthorization(); this.messageReq(); -- Gitblit v1.9.1