This commit is contained in:
熊成强 2020-11-20 12:13:30 +08:00
parent 7943505e61
commit 748f65a1d8

View File

@ -1,7 +1,7 @@
<template>
<div id="app">
<div v-if="!dd.pc && !dd.other" class="pc commonFont">
请移步PC端操作
<div v-if="!dd.pc && !dd.other" class="pc commonFont">
</div>
<router-view v-else class="main"/>
</div>
@ -43,10 +43,9 @@ export default {
// await this.handleGetDingtalkCode()
// await this.handleDingtalkLogin()
}
this.GET_DEPLIST()
},
mounted () {
this.GET_DEPLIST()
},
methods: {
onCancel () {