朱文强 2 лет назад
Родитель
Сommit
4af403b22b
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      vue.config.js

+ 3
- 3
vue.config.js Просмотреть файл

@@ -46,8 +46,8 @@ module.exports = {
// 这里写入需要代理的api和对应的目标地址
proxy: {
'/api': {
target: 'http://localhost:8080',
// target: 'http://192.168.0.198:8080',
// target: 'http://192.168.0.148:8080',
target: 'http://a.wms.picaiba.com/api',
// target: 'http://192.168.0.127:8080',
// target: 'http://192.168.0.165:8080',
// target: 'http://192.168.43.105:8080',
@@ -58,7 +58,7 @@ module.exports = {
ws: true,
changeOrigin: true,
pathRewrite: {
'^/portapi': ''
'^/api': ''
}
// 使用了proxy 就需要开启下面的选项 (http-proxy-middleware会将post请求给parse了 所以需要再次进行string化)
// onProxyReq: (proxyReq, req, res, options) => {


Загрузка…
Отмена
Сохранить