gx
queenwuli
2022-03-23 f0e9d2a6869a3744050eedb1f2689eeaa743a35d
vue.config.js
@@ -23,16 +23,5 @@
      }),
    ]
  },
  devServer: {
    proxy: {
      '/api': {
        target: 'http://120.27.238.55:8802',
        changOrigin: true,
        pathRewrite: {
          '^/api': ''
        }
      },
    }
  },
  publicPath: './'
})