|
@@ -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}
|
|
|
]
|