优化
This commit is contained in:
parent
4098982cd1
commit
c93148bc4d
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<div v-if="!dd.pc && !dd.other" class="pc commonFont">
|
||||
<!-- <div v-if="!dd.pc && !dd.other" class="pc commonFont">
|
||||
请移步PC端操作
|
||||
</div>
|
||||
<router-view v-else class="main"/>
|
||||
</div> -->
|
||||
<router-view class="main"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -13,6 +13,7 @@ import * as dd from 'dingtalk-jsapi'
|
||||
import { apiDingtalkLogin, apiUserInfo } from '@/api/login'
|
||||
|
||||
import VConsole from 'vconsole'
|
||||
console.log('ddApp: ', dd)
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user