Commit 0aa6144d authored by Mac's avatar Mac

1

parent 0aa19653
This diff is collapsed.
...@@ -102,6 +102,11 @@ const routes = [{ ...@@ -102,6 +102,11 @@ const routes = [{
component: () => component: () =>
import("pages/financial/AccountType.vue") import("pages/financial/AccountType.vue")
}, },
{
path: "/financial/CostType", //费用类型
component: () =>
import("pages/financial/CostType.vue")
},
{ {
path: "/test", //API测试 path: "/test", //API测试
component: () => component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment