胡继伟

Results 1 comments of 胡继伟

在`build.lowcode.js`配置`devServer`中的`proxy`,关键代码如下: ``` module.exports = { devServer: { proxy: { '/api/': { target: 'https://xxx.xxxxxx.com/', changeOrigin: true } } }, }; ```