Commit ae2a270d by chenqiang

首页创建

parent ec16c6f6
......@@ -157,5 +157,14 @@ export default [
component: () => import("@/views/mxmk/mxpj.vue")
}
]
},
{
path: "/sy",
name: "sy",
meta: {
title: "首页",
auth: "5"
},
component: () => import("@/views/sy/index.vue")
}
];
<template>
<div></div>
</template>
<script>
export default {
name: 'index'
}
</script>
<style scoped>
</style>
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