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