feat 同步为商业版同一套代码

This commit is contained in:
bootx
2025-04-27 21:00:10 +08:00
parent c4be491948
commit a47acbe5d9
199 changed files with 8560 additions and 3107 deletions

1
types/store.d.ts vendored
View File

@@ -1,5 +1,6 @@
import { ErrorTypeEnum } from '@/enums/exceptionEnum'
import { MenuModeEnum, MenuTypeEnum } from '@/enums/menuEnum'
import { RoleInfo } from '@/api/sys/model/userModel'
export interface ApiAddress {
key: string

2
types/web.d.ts vendored
View File

@@ -36,6 +36,8 @@ export interface BaseEntity {
export interface MchEntity extends BaseEntity {
// 应用号
appId?: string
// 应用名称
appName?: string
}
/**