路由文件,path改小写
parent
9d5faa82b8
commit
8c2b3171a8
@ -0,0 +1,41 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<!-- <Row :gutter="32">-->
|
||||||
|
<!-- <Col span="32">-->
|
||||||
|
<!-- <row>-->
|
||||||
|
|
||||||
|
<!-- </row>-->
|
||||||
|
<!-- </Col>-->
|
||||||
|
<!-- </Row>-->
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted: function () {
|
||||||
|
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
// /**商品mainList*/
|
||||||
|
// getMainList: function(){
|
||||||
|
//
|
||||||
|
// },
|
||||||
|
// //切页处理
|
||||||
|
// handlePage:function (value) {
|
||||||
|
//
|
||||||
|
// },
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue