mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
14
src/typings/env.d.ts
vendored
14
src/typings/env.d.ts
vendored
@ -1,14 +0,0 @@
|
||||
interface ImportMetaEnv {
|
||||
/** 项目基本地址 */
|
||||
VITE_BASE_URL: string;
|
||||
/** 项目名称 */
|
||||
VITE_APP_NAME: string;
|
||||
/** 项目标题 */
|
||||
VITE_APP_TITLE: string;
|
||||
/** 项目描述 */
|
||||
VITE_APP_DESC: string;
|
||||
/** 网路请求环境类型 */
|
||||
VITE_HTTP_ENV: 'DEV' | 'PROD' | 'STAGING';
|
||||
/** 网路请求地址 */
|
||||
VITE_HTTP_URL: string;
|
||||
}
|
Reference in New Issue
Block a user