环境变量测试
All checks were successful
CI / Docker-Build (push) Successful in 1m51s

This commit is contained in:
joylink_fanyuhong 2024-04-02 20:05:50 +08:00
parent 9d00b2a912
commit bde21fd2b4

1
src/env.d.ts vendored
View File

@ -5,5 +5,6 @@ declare namespace NodeJS {
NODE_ENV: string;
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined;
VUE_ROUTER_BASE: string | undefined;
URL_ENV: string;
}
}