修复bug

This commit is contained in:
jiayu 2024-07-26 18:20:49 +08:00
parent f0cdf2ddf2
commit 98d726df9b

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,7 +75,8 @@
},
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()
},