Commit 3a0c33d0 authored by wuting's avatar wuting

feat: 装修增加企业采购

parent aee1567c
import { GlobalConfig } from '@/global/config';
import { INFO_CENTER_URL } from '@/constants'
import { INFO_CENTER_URL ,SRM_CENTER_URL} from '@/constants'
const siteUrl = GlobalConfig.global.siteInfo.siteUrl;
......@@ -87,6 +87,14 @@ export const getMenuData = (shopId: number, list?: NavItemType[]) => {
"key": "shopInfomation",
type: 6
},
{
"id": 6,
"link": SRM_CENTER_URL,
"name": "企业采购",
"status": getStatusByType(7, list),
"key": "enterpriseProcurement",
type: 7
},
];
}
return [];
......
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