update:修改配置

This commit is contained in:
ky_qixm
2021-09-13 13:57:33 +08:00
parent 2846dac445
commit 8c5a442af1
4 changed files with 6 additions and 4 deletions

View File

@@ -4,9 +4,10 @@ import Router from 'vue-router'
Vue.use(Router)
export default new Router({
mode:'hash',
routes: [
{
path: '/index',
path: '/',
name: 'index',
component: () => import('../views')
},