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