优化
This commit is contained in:
parent
691e06e41f
commit
ff20bda48c
13
src/App.vue
13
src/App.vue
@ -1,6 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<router-view class="main"/>
|
<router-view class="main"/>
|
||||||
|
<!-- <div v-if="dd.pc" class="pc commonFont">
|
||||||
|
请移步PC端操作
|
||||||
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -15,6 +18,7 @@ export default {
|
|||||||
name: 'App',
|
name: 'App',
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
dd,
|
||||||
active: true,
|
active: true,
|
||||||
fullPage: true,
|
fullPage: true,
|
||||||
dingCode: '',
|
dingCode: '',
|
||||||
@ -29,6 +33,7 @@ export default {
|
|||||||
...mapState(['user'])
|
...mapState(['user'])
|
||||||
},
|
},
|
||||||
async created () {
|
async created () {
|
||||||
|
console.log('process: ', process)
|
||||||
if (!dd.other) {
|
if (!dd.other) {
|
||||||
var vConsole = new VConsole({
|
var vConsole = new VConsole({
|
||||||
vConsole_switch_x: 0,
|
vConsole_switch_x: 0,
|
||||||
@ -97,7 +102,13 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style lang='less'>
|
||||||
#app {
|
#app {
|
||||||
|
|
||||||
|
}
|
||||||
|
.pc{
|
||||||
|
width: 100%;
|
||||||
|
height: 200px;
|
||||||
|
.center();
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -176,7 +176,7 @@ export default {
|
|||||||
startIds: '',
|
startIds: '',
|
||||||
timeOptions: [{
|
timeOptions: [{
|
||||||
startId: 0,
|
startId: 0,
|
||||||
time: '月底',
|
time: '月份',
|
||||||
children: []
|
children: []
|
||||||
}, {
|
}, {
|
||||||
startId: 1,
|
startId: 1,
|
||||||
|
|||||||
@ -252,7 +252,7 @@ export default {
|
|||||||
key: 0,
|
key: 0,
|
||||||
timeOptions: [{
|
timeOptions: [{
|
||||||
startId: 0,
|
startId: 0,
|
||||||
time: '月底',
|
time: '月份',
|
||||||
children: []
|
children: []
|
||||||
}, {
|
}, {
|
||||||
startId: 1,
|
startId: 1,
|
||||||
|
|||||||
@ -119,7 +119,7 @@ export default {
|
|||||||
value: [],
|
value: [],
|
||||||
timeOptions: [{
|
timeOptions: [{
|
||||||
startId: 0,
|
startId: 0,
|
||||||
time: '月底',
|
time: '月份',
|
||||||
children: []
|
children: []
|
||||||
}, {
|
}, {
|
||||||
startId: 1,
|
startId: 1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user