snow 1 anno fa
parent
commit
71e84509dc

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


BIN
dist/static/js/app.3d8984b8.js.gz


BIN
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