|
|
@ -35,8 +35,8 @@ module.exports = {
|
|
|
|
proxy: {
|
|
|
|
proxy: {
|
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
|
target: `http://127.0.0.1:8082`,
|
|
|
|
// target: `http://127.0.0.1:8082`,
|
|
|
|
//target: `http://221.176.140.236:8082`,
|
|
|
|
target: `http://221.176.140.236:8082`,
|
|
|
|
changeOrigin: true,
|
|
|
|
changeOrigin: true,
|
|
|
|
pathRewrite: {
|
|
|
|
pathRewrite: {
|
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
|