Commit b773fc72 authored by Mac's avatar Mac

1

parent 1ec7ac34
...@@ -132,6 +132,16 @@ const routes = [{ ...@@ -132,6 +132,16 @@ const routes = [{
component: () => component: () =>
import("pages/financial/Maninfo.vue") import("pages/financial/Maninfo.vue")
}, },
{
path: "/financial/Manfunds", //未认款管理
component: () =>
import("pages/financial/Manfunds.vue")
},
{
path: "/financial/HuiChaImport", //汇差批量制单
component: () =>
import("pages/financial/HuiChaImport.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