初始提交
This commit is contained in:
48
src/components/home/blank.vue
Normal file
48
src/components/home/blank.vue
Normal 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>
|
||||
48
src/components/home/index.vue
Normal file
48
src/components/home/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user