初始提交

This commit is contained in:
wanyongkang
2020-10-04 10:30:08 +08:00
commit 3193537726
441 changed files with 171716 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
<template>
<div id="app">
</div>
</template>
<script>
let that;
export default {
name: "home",
components: {
},
data() {
return {
// handelshow: false,
activeName: "",
selsecondindex: "",
menudata: [],
Navigation: {
secList: [],
show: false,
firsturl: "/",
loadMain: false
},
showGuide: false
};
},
computed: {
version: function() {
return this.$store.state.version;
}
},
created() {
},
methods: {
}
};
</script>
<style lang="less" scoped>
#app {
width: 100%;
height: 100%;
min-width: 1400px;
}
</style>

View File

@@ -0,0 +1,48 @@
<template>
<div id="app">
</div>
</template>
<script>
let that;
export default {
name: "home",
components: {
},
data() {
return {
// handelshow: false,
activeName: "",
selsecondindex: "",
menudata: [],
Navigation: {
secList: [],
show: false,
firsturl: "/",
loadMain: false
},
showGuide: false
};
},
computed: {
version: function() {
return this.$store.state.version;
}
},
created() {
this.$router.push("/order/statistics")
},
methods: {
}
};
</script>
<style lang="less" scoped>
#app {
width: 100%;
height: 100%;
min-width: 1400px;
}
</style>