首页 / 和 /index

This commit is contained in:
路 范
2021-09-13 16:32:49 +08:00
parent aa19e906b4
commit 1e5e6b30ac

View File

@@ -6,6 +6,11 @@ Vue.use(Router)
export default new Router({
mode:'hash',
routes: [
{
path: '/index',
name: 'index',
component: () => import('../views')
},
{
path: '/',
name: 'index',