Commercial baseurl (#697)

This commit is contained in:
Archer
2024-01-06 10:36:31 +08:00
committed by GitHub
parent dfa4c0831c
commit 84cc4baf21
44 changed files with 124 additions and 119 deletions

View File

@@ -1,9 +1,13 @@
export enum InformTypeEnum {
system = 'system'
system = 'system',
admin = 'admin'
}
export const InformTypeMap = {
[InformTypeEnum.system]: {
label: '系统通知'
},
[InformTypeEnum.admin]: {
label: '管理员'
}
};

View File

@@ -1,4 +1,4 @@
import { InformTypeEnum } from './constant';
import { InformTypeEnum } from './constants';
export type SendInformProps = {
tmbId?: string;