feat: 新媒体账号管理

This commit is contained in:
rd
2025-06-25 18:26:03 +08:00
parent 62190c346c
commit f645c3e1c0
43 changed files with 1537 additions and 23 deletions

View File

@ -1,3 +1,7 @@
/*
* @Author: RenXiaoDong
* @Date: 2025-06-24 16:50:35
*/
export const WHITE_LIST = [
{ name: 'notFound', children: [] },
{ name: 'login', children: [] },
@ -20,6 +24,6 @@ export const DEFAULT_ROUTE = {
export const MENU_GROUP_IDS = {
DATA_ENGINE_ID: 1, // 全域数据分析
MANAGEMENT_ID: -1, // 管理中心
PROPERTY_ID: 2, // 资产营销平台
PROPERTY_ID: 10, // 资产营销平台
WORK_BENCH_ID: -99, // 工作台
};