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

页面优化

parent 62b79ea4
<style lang="less" scoped> <style lang="less" scoped>
@import "../../assets/css/main.less"; @import "../../assets/css/main.less";
@import "../../assets/css/cssReset.css"; @import "../../assets/css/cssReset.css";
</style> </style>
<template> <template>
<div> <div>
<leftNav></leftNav> <leftNav></leftNav>
</div> </div>
</template> </template>
<script> <script>
import leftNav from '../public/leftNav.vue' import leftNav from '../public/leftNav.vue'
export default { export default {
data (){ data() {
return{ return {
} }
}, },
components:{ components: {
leftNav leftNav
}, },
mounted(){ mounted() {
}, },
methods:{ methods: {
goUrl (path,id) { goUrl(path, id) {
this.$router.push({ path: "Details",query:{path,id} }) this.$router.push({
path: "Details",
query: {
path,
id
}
})
}, },
} }
} }
</script> </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