master
parent
90ba6e548d
commit
a5d494549b
|
@ -35,7 +35,9 @@ module.exports = {
|
|||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: `http://47.102.200.142`,
|
||||
target: `http://47.102.200.142:8111/`,
|
||||
// 上传一下这个
|
||||
// 大哥上传别着急 还没改完呢
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||
|
|
Loading…
Reference in New Issue