Commit 9a423c62 authored by youjie's avatar youjie

no message

parent feeb04a7
......@@ -1173,6 +1173,22 @@ export default {
title: '币种管理'
},
},
{
path: '/ForeignCurrencyHL', //外币汇率
name: 'ForeignCurrencyHL',
component: resolve => require(['@/components/systemManagement/ForeignCurrencyHL/ForeignCurrencyHL'], resolve),
meta: {
title: '外币汇率'
},
},
{
path: '/historyHL', //外币历史汇率
name: 'historyHL',
component: resolve => require(['@/components/systemManagement/ForeignCurrencyHL/historyHL'], resolve),
meta: {
title: '外币历史汇率'
},
},
{
path: '/HistoryRateQuery', //历史汇率查询
name: 'HistoryRateQuery',
......
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