mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-02 02:24:29 +00:00
ref 路由生成方式调整为后台生成和去除mock
This commit is contained in:
12
types/config.d.ts
vendored
12
types/config.d.ts
vendored
@@ -151,12 +151,14 @@ export interface GlobConfig {
|
||||
shortName: string
|
||||
}
|
||||
export interface GlobEnvConfig {
|
||||
// Site title
|
||||
// 项目名称
|
||||
VITE_GLOB_APP_TITLE: string
|
||||
// Service interface url
|
||||
// 接口地址
|
||||
VITE_GLOB_API_URL: string
|
||||
// Service interface url prefix
|
||||
// 请求超时时间
|
||||
VITE_GLOB_API_TIMEOUT: number
|
||||
// 接口前缀
|
||||
VITE_GLOB_API_URL_PREFIX?: string
|
||||
// Upload url
|
||||
VITE_GLOB_UPLOAD_URL?: string
|
||||
// 终端类型
|
||||
VITE_GLOB_APP_CLIENT: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user