Compare commits
No commits in common. "9506b238f2a637394e8bcd50dbeed50c1644be49" and "309d97d9c8a5508c59ccee6186f261ca21b21ecb" have entirely different histories.
9506b238f2
...
309d97d9c8
@ -54,7 +54,7 @@ module.exports = configure(function (/* ctx */) {
|
||||
build: {
|
||||
env: {
|
||||
// test:测试服务器;publish:正式服务器;其他本地
|
||||
ENV_MODE: process.env.URL_ENV,
|
||||
ENV_MODE: process.env.NODE_ENV,
|
||||
},
|
||||
target: {
|
||||
browser: ['es2020'],
|
||||
|
1
src/env.d.ts
vendored
1
src/env.d.ts
vendored
@ -5,6 +5,5 @@ declare namespace NodeJS {
|
||||
NODE_ENV: string;
|
||||
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined;
|
||||
VUE_ROUTER_BASE: string | undefined;
|
||||
URL_ENV: string;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user