Commit fc8cbfce authored by zhengke's avatar zhengke

修改

parent 2c833151
This diff is collapsed.
This diff is collapsed.
......@@ -107,6 +107,16 @@ const routes = [{
component: () =>
import("pages/financial/CostType.vue")
},
{
path: "/financial/paySetting", //支付配置管理
component: () =>
import("pages/financial/paySetting.vue")
},
{
path: '/financial/HistoryRateQuery', //历史汇率
component: () =>
import("pages/financial/HistoryRateQuery.vue")
},
{
path: "/test", //API测试
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