优化
This commit is contained in:
parent
748f65a1d8
commit
4098982cd1
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
请移步PC端操作
|
||||
<div v-if="!dd.pc && !dd.other" class="pc commonFont">
|
||||
请移步PC端操作
|
||||
</div>
|
||||
<router-view v-else class="main"/>
|
||||
</div>
|
||||
@ -33,6 +33,7 @@ export default {
|
||||
...mapState(['user'])
|
||||
},
|
||||
async created () {
|
||||
console.log('created: ')
|
||||
if (!dd.other) {
|
||||
var vConsole = new VConsole({
|
||||
vConsole_switch_x: 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user