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