lijinlong^2
杜函宇 1 year ago
parent 968cc6ce30
commit 9375fcf8fd

@ -8,3 +8,6 @@ ENV = 'production'
# VUE_APP_BASE_API = 'http://192.168.0.105:9033'
VUE_APP_BASE_API = 'http://39.101.188.84:9033'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

@ -49,8 +49,8 @@ module.exports = {
// },
// },
'/api': {
// target: `http://39.101.188.84:9033`,
target: `http://192.168.0.108:9033`,
target: `http://39.101.188.84:9033`,
// target: `http://192.168.0.108:9033`,
changeOrigin: true,
pathRewrite: {
'^/api': ''

Loading…
Cancel
Save