Commit 9bfd7e09 authored by 黄奎's avatar 黄奎

新增账号管理页面

parent cfcf7f47
This diff is collapsed.
...@@ -283,6 +283,14 @@ export default { ...@@ -283,6 +283,14 @@ export default {
title: '城市管理' title: '城市管理'
}, },
}, },
{
path: '/scmAccountManagement', //供应商账号管理
name: 'scmAccountManagement',
component: resolve => require(['@/components/platformModule/scmAccountManagement'], resolve),
meta: {
title: '供应商账号管理'
},
},
{ {
path: '/companyManagement', //公司管理 path: '/companyManagement', //公司管理
name: 'companyManagement', name: 'companyManagement',
......
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