snow 1 年之前
父節點
當前提交
71e84509dc
共有 5 個文件被更改,包括 2 次插入2 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.3d8984b8.js
  3. 二進制
      dist/static/js/app.3d8984b8.js.gz
  4. 二進制
      dist/static/js/app.4c8dfd6e.js.gz
  5. 2 2
      src/router/index.js

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3d8984b8.js


二進制
dist/static/js/app.3d8984b8.js.gz


二進制
dist/static/js/app.4c8dfd6e.js.gz


+ 2 - 2
src/router/index.js

@@ -7,9 +7,9 @@ import Index from "../pages/index.vue"
 import { getParameterByName } from "../utils/auth"
 
 const routes = [
-  { path:"/", component: Index },
+  // { path:"/", component: Index },
+  { path: '/', component: Report},
   { path:'/login', component: Login},
-  { path: '/report', component: Report},
   { path:'/newReport', component: NewReport},
   { path:'/accountsReceivable', component: AccountsReceivable}
 ]

Some files were not shown because too many files changed in this diff