| | |
| | | }, |
| | | actions:{ |
| | | getMenuList({commit}){ |
| | | let id = uni.getStorageSync("activeRole").id; |
| | | return new Promise((resolve,reject)=>{ |
| | | dynamicMenu(this.state.activeRole.id).then(res=>{ |
| | | dynamicMenu(id).then(res=>{ |
| | | if(res.code == 200){ |
| | | let data = res.data; |
| | | if(!data) return |
| | |
| | | <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> |
| | |
| | | getCountFrequencyNumber().then(res=>{ |
| | | console.log(res); |
| | | }) |
| | | }, |
| | | navTo(url){ |
| | | this.$u.func.globalNavigator(url) |
| | | } |
| | | } |
| | | |