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

View File

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