提交 c6c1d129 编写于 作者: 码梦天涯's avatar 码梦天涯

默认路由

上级 4eb8221e
import Vue from "vue";
import VueRouter, {RouteConfig} from "vue-router";
import Main from './components/main/main';
import Main from './components/app-main/app-main';
const routes: RouteConfig[] = [
{
path: '/',
name: 'index-main',
component: async () => (await import('app/pages/index-main/index-main')).default
},
{
path: '/home',
path: '/index-main',
redirect: '/',
}
];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册