Commit e232dc74 authored by 黄奎's avatar 黄奎

域名打包处理

parent 4c756755
...@@ -64,13 +64,14 @@ module.exports = configure(function (ctx) { ...@@ -64,13 +64,14 @@ module.exports = configure(function (ctx) {
publicPath: ctx.dev ? '/' : './', publicPath: ctx.dev ? '/' : './',
env: ctx.dev env: ctx.dev
? { ? {
BASE_APP_API: 'http://localhost/api/common/post', BASE_APP_API: 'http://192.168.10.214/api/common/post',
JAVA_URL_API: 'http://efficient.oytour.com', JAVA_URL_API: 'http://efficient.oytour.com',
VERSION:require('./package.json').version, VERSION:require('./package.json').version,
} }
: { : {
BASE_APP_API: 'https://reborn.oytour.com/api/common/post', BASE_APP_API:"http://newerpapi.oytour.com/api/common/post",//台湾使用
//BASE_APP_API: 'https://reborn.oytour.com/api/common/post', //和平使用
JAVA_URL_API: 'http://efficient.oytour.com', JAVA_URL_API: 'http://efficient.oytour.com',
VERSION:require('./package.json').version VERSION:require('./package.json').version
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment