5 changed files with 20 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||||
|
NODE_ENV='dongming-prod' |
||||
|
# must start with VUE_APP_ |
||||
|
VUE_APP_ENV = 'dongming-prod' |
||||
|
outputDir = 'epmet-work-h5' |
||||
|
|
||||
|
|
@ -1,6 +1,6 @@ |
|||||
NODE_ENV='taidong-prod' |
NODE_ENV='taidong-prod' |
||||
# must start with VUE_APP_ |
# must start with VUE_APP_ |
||||
VUE_APP_ENV = 'taidong-prod' |
VUE_APP_ENV = 'taidong-prod' |
||||
outputDir = 'epmet-work-h5-taidong' |
outputDir = 'epmet-work-h5' |
||||
|
|
||||
|
|
@ -0,0 +1,10 @@ |
|||||
|
// 本地环境配置
|
||||
|
module.exports = { |
||||
|
env: 'development', |
||||
|
title: 'e联社区', |
||||
|
baseUrl: 'http://10.60.156.4', // 项目地址
|
||||
|
baseApi: 'http://10.60.156.4/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
|
||||
|
// baseApi: 'http://219.146.91.110:30801/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
|
||||
|
APPID: 'xxx', |
||||
|
APPSECRET: 'xxx', |
||||
|
} |
Loading…
Reference in new issue