fix(projects): 修复 BASE_URL 没有生效的问题

This commit is contained in:
pany
2022-03-03 12:01:14 +08:00
parent 1e2fdda090
commit 72d7dcfa5e
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ declare module '*.vue' {
interface ImportMetaEnv {
/** 项目基本地址 */
readonly BASE_URL: string;
readonly VITE_APP_BASE_URL: string;
/** 项目名称 */
readonly VITE_APP_NAME: string;
/** 项目标题 */