Skip to content

Commit

Permalink
fix: 增加 CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallTeddy committed Dec 7, 2023
1 parent 8f25066 commit f44821e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
smallteddy.github.io
6 changes: 0 additions & 6 deletions src/router/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ export const constantRoutes: RouteRecordRaw[] = [
path: '/',
redirect: '/home',
},
{
path: '/login',
component: () => import('@/views/login/index.vue'),
name: 'Login',
meta: { title: 'login' },
},
{
path: '/home',
component: UserLayout,
Expand Down

0 comments on commit f44821e

Please sign in to comment.