.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
dist.rar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/router/index.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.gitignore
@@ -16,7 +16,7 @@ dist dist-electron electron-commonJS dist.* # 打包文件 release dist.rarBinary files differ
src/router/index.ts
@@ -4,12 +4,8 @@ const Login = () => import('@/views/login.vue') const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), history: createWebHashHistory(import.meta.env.BASE_URL), routes: [ { path: '/', redirect: 'home' }, { path: '/login', name: 'login',