mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复 BASE_URL 没有生效的问题
This commit is contained in:
2
src/typings/common/env.d.ts
vendored
2
src/typings/common/env.d.ts
vendored
@ -9,7 +9,7 @@ declare module '*.vue' {
|
||||
|
||||
interface ImportMetaEnv {
|
||||
/** 项目基本地址 */
|
||||
readonly BASE_URL: string;
|
||||
readonly VITE_APP_BASE_URL: string;
|
||||
/** 项目名称 */
|
||||
readonly VITE_APP_NAME: string;
|
||||
/** 项目标题 */
|
||||
|
Reference in New Issue
Block a user