subPackage/task/index.vue
@@ -62,7 +62,7 @@ <text class="f-32 fw">住建</text> </view> </view> <view class="nav-item flex j-c-s-b a-i-c"> <view class="nav-item flex j-c-s-b a-i-c" @click="navTo('/subPackage/workbench/views/rental')"> <text class="f-28">出租房管理</text> <view class="flex"> <text class="f-28 c-99">待处理</text> @@ -111,6 +111,9 @@ getCountFrequencyNumber().then(res=>{ console.log(res); }) }, navTo(url){ this.$u.func.globalNavigator(url) } }