This commit is contained in:
熊成强 2020-11-19 13:53:13 +08:00
parent 691e06e41f
commit ff20bda48c
4 changed files with 16 additions and 5 deletions

View File

@ -1,6 +1,9 @@
<template>
<div id="app">
<router-view class="main"/>
<!-- <div v-if="dd.pc" class="pc commonFont">
请移步PC端操作
</div> -->
</div>
</template>
@ -15,6 +18,7 @@ export default {
name: 'App',
data () {
return {
dd,
active: true,
fullPage: true,
dingCode: '',
@ -29,6 +33,7 @@ export default {
...mapState(['user'])
},
async created () {
console.log('process: ', process)
if (!dd.other) {
var vConsole = new VConsole({
vConsole_switch_x: 0,
@ -97,7 +102,13 @@ export default {
}
</script>
<style>
<style lang='less'>
#app {
}
.pc{
width: 100%;
height: 200px;
.center();
}
</style>

View File

@ -176,7 +176,7 @@ export default {
startIds: '',
timeOptions: [{
startId: 0,
time: '月',
time: '月',
children: []
}, {
startId: 1,

View File

@ -252,7 +252,7 @@ export default {
key: 0,
timeOptions: [{
startId: 0,
time: '月',
time: '月',
children: []
}, {
startId: 1,

View File

@ -119,7 +119,7 @@ export default {
value: [],
timeOptions: [{
startId: 0,
time: '月',
time: '月',
children: []
}, {
startId: 1,