Commit 3d56bcce authored by 黄奎's avatar 黄奎

页面优化

parent 62b79ea4
<style lang="less" scoped>
@import "../../assets/css/main.less";
@import "../../assets/css/cssReset.css";
<style lang="less" scoped>
@import "../../assets/css/main.less";
@import "../../assets/css/cssReset.css";
</style>
<template>
<div>
<leftNav></leftNav>
<leftNav></leftNav>
</div>
</template>
<script>
import leftNav from '../public/leftNav.vue'
export default {
data (){
return{
}
},
components:{
leftNav
},
mounted(){
},
methods:{
goUrl (path,id) {
this.$router.push({ path: "Details",query:{path,id} })
},
}
}
import leftNav from '../public/leftNav.vue'
export default {
data() {
return {
}
},
components: {
leftNav
},
mounted() {
},
methods: {
goUrl(path, id) {
this.$router.push({
path: "Details",
query: {
path,
id
}
})
},
}
}
</script>
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment