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