fix:add function calculateFiscalYear
This commit is contained in:
parent
70be19b5c4
commit
7877f26ac6
47 changed files with 131 additions and 68 deletions
|
|
@ -105,6 +105,13 @@ const router = createRouter({
|
|||
name: "auth",
|
||||
component: () => import("@/views/auth.vue"),
|
||||
},
|
||||
{
|
||||
path: "/test-times",
|
||||
name: "test-times",
|
||||
component: () => {
|
||||
return import("@/views/TestTimes.vue");
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
scrollBehavior(to, from, savedPosition) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue