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({
mode:'hash',
routes: [
{
path: '/index',
name: 'index',
component: () => import('../views')
},
{
path: '/',
name: 'index',