This commit is contained in:
ky_qixm
2021-09-13 18:18:26 +08:00

View File

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