Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyunapp into bjxz-rain
This commit is contained in:
commit
020ec20812
@ -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,7 +75,8 @@
|
|||||||
},
|
},
|
||||||
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()
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user