This commit is contained in:
X1627315083
2024-06-01 10:02:21 +08:00
parent 89ee910ce9
commit ff9e2f510b
21 changed files with 2046 additions and 1798 deletions

View File

@@ -10,8 +10,12 @@ const routes: Array<RouteRecordRaw> = [
{
path: "/",
// redirect重定向
redirect: "/login"
// redirect: "/login"
// redirect: "/upgrade"
name: "HomeRecommend",
component: _import('HomeRecommend'),
children:[]
},
{
path: '/login',
@@ -36,6 +40,7 @@ const routes: Array<RouteRecordRaw> = [
children:[
{
path: "",
name:'""',
redirect: "home/homePage"
},
{