优化
This commit is contained in:
parent
691e06e41f
commit
ff20bda48c
15
src/App.vue
15
src/App.vue
@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view class="main"/>
|
||||
<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>
|
||||
|
||||
@ -176,7 +176,7 @@ export default {
|
||||
startIds: '',
|
||||
timeOptions: [{
|
||||
startId: 0,
|
||||
time: '月底',
|
||||
time: '月份',
|
||||
children: []
|
||||
}, {
|
||||
startId: 1,
|
||||
|
||||
@ -252,7 +252,7 @@ export default {
|
||||
key: 0,
|
||||
timeOptions: [{
|
||||
startId: 0,
|
||||
time: '月底',
|
||||
time: '月份',
|
||||
children: []
|
||||
}, {
|
||||
startId: 1,
|
||||
|
||||
@ -119,7 +119,7 @@ export default {
|
||||
value: [],
|
||||
timeOptions: [{
|
||||
startId: 0,
|
||||
time: '月底',
|
||||
time: '月份',
|
||||
children: []
|
||||
}, {
|
||||
startId: 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user