Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyunapp into bjxz-rain

This commit is contained in:
Rain 2024-07-27 11:07:21 +08:00
commit 020ec20812

View File

@ -45,17 +45,12 @@
</image> </image>
<view>我的任务</view> <view>我的任务</view>
</view> </view>
</view> </view>
</view> </view>
<levitatedsphere :x="100" :y="80"></levitatedsphere>
</view> </view>
</template> </template>
<script> <script>
import levitatedsphere from "@/components/levitatedsphere/levitatedsphere.vue"
import headers from "../../../components/headers/headers.vue"
var _self;
export default { export default {
data() { data() {
return { return {
@ -69,6 +64,7 @@
run: 0 run: 0
}, },
inspection: false, inspection: false,
routeManage: false
} }
}, },
onLoad(option) { onLoad(option) {
@ -79,6 +75,7 @@
}, },
onShow() { onShow() {
this.inspection = this.checkMenuPermission({menuPath: '/project/inspecPoint/inspection'}) this.inspection = this.checkMenuPermission({menuPath: '/project/inspecPoint/inspection'})
this.routeManage = this.checkMenuPermission({menuPath: '/project/inspectRoute/routeManage'})
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight; this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight;
this.getData() this.getData()