Commit 68b41d14 authored by lipengcheng 's avatar lipengcheng

Merge branch 'develop' into gitlab-ci

parents d973a532 85091922
NODE_ENV = 'development'
VUE_APP_ENV = 'development'
VUE_APP_BASEURL = '/webapi'
VUE_APP_BASEURL = '/devapi'
......@@ -2,4 +2,4 @@
NODE_ENV = 'passports'
VUE_APP_ENV = 'passports'
VUE_APP_API = 'https://test2.laihua.com/'
VUE_APP_BASEURL = '/webapi'
VUE_APP_BASEURL = '/uatapi'
NODE_ENV = 'production'
VUE_APP_ENV = 'production'
VUE_APP_API = 'https://webapi4.laihua.com/'
VUE_APP_BASEURL = '/webapi'
VUE_APP_BASEURL = '/prodapi'
......@@ -7,7 +7,7 @@ module.exports = {
webapi: {
target: 'https://test2.laihua.com/',
changeOrigin: true,
pathRewrite: { '^/webapi': '/' }
pathRewrite: { '^/devapi': '/' }
},
mockapi16: {
target: 'http://y-api.laihua.com/mock/16/',
......
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