Merge remote-tracking branch 'origin/develop' into local-test
All checks were successful
CI / Docker-Build (push) Successful in 3m3s
All checks were successful
CI / Docker-Build (push) Successful in 3m3s
This commit is contained in:
commit
9506b238f2
@ -54,7 +54,7 @@ module.exports = configure(function (/* ctx */) {
|
|||||||
build: {
|
build: {
|
||||||
env: {
|
env: {
|
||||||
// test:测试服务器;publish:正式服务器;其他本地
|
// test:测试服务器;publish:正式服务器;其他本地
|
||||||
ENV_MODE: process.env.NODE_ENV,
|
ENV_MODE: process.env.URL_ENV,
|
||||||
},
|
},
|
||||||
target: {
|
target: {
|
||||||
browser: ['es2020'],
|
browser: ['es2020'],
|
||||||
|
1
src/env.d.ts
vendored
1
src/env.d.ts
vendored
@ -5,5 +5,6 @@ declare namespace NodeJS {
|
|||||||
NODE_ENV: string;
|
NODE_ENV: string;
|
||||||
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined;
|
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined;
|
||||||
VUE_ROUTER_BASE: string | undefined;
|
VUE_ROUTER_BASE: string | undefined;
|
||||||
|
URL_ENV: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user