mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-02 02:24:29 +00:00
feat 增加文件平台相关功能
This commit is contained in:
9
types/store.d.ts
vendored
9
types/store.d.ts
vendored
@@ -60,3 +60,12 @@ export interface Dict {
|
||||
code: string
|
||||
name: string
|
||||
}
|
||||
|
||||
/**
|
||||
* 存储平台
|
||||
*/
|
||||
export interface FilePlatform {
|
||||
type: string
|
||||
url: string
|
||||
defaultPlatform: boolean
|
||||
}
|
||||
|
Reference in New Issue
Block a user