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