Commit 431fcb43 by yangzhi

汇率币种

parent d48ef950
...@@ -53,6 +53,18 @@ const routes = [ ...@@ -53,6 +53,18 @@ const routes = [
name: 'system_user', name: 'system_user',
meta: { title: '用户管理' }, meta: { title: '用户管理' },
}, },
{
path: '/saas/currency',
component: () => import('@/views/basics/currency.vue'),
name: 'basics_currency',
meta: { title: '汇率币种' },
},
{
path: '/saas/timed_task',
component: () => import('@/views/system/timed_task.vue'),
name: 'system_timed_task',
meta: { title: '定时任务' },
},
], ],
}, },
] ]
......
...@@ -179,6 +179,22 @@ export default { ...@@ -179,6 +179,22 @@ export default {
index: 'user', index: 'user',
children: [], children: [],
}, },
{
id: 4,
path: '',
label: '汇率币种',
icon: 'el-icon-bank-card',
index: '/saas/currency',
children: [],
},
// {
// id: 4,
// path: '',
// label: '定时任务',
// icon: 'el-icon-message-solid',
// index: '/saas/timed_task',
// children: [],
// },
], ],
}, },
], ],
......
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