修改,本地运行端口;

This commit is contained in:
钱冠学
2023-10-27 14:35:51 +08:00
parent 66fff0c2a8
commit 471fb63174

View File

@@ -22,6 +22,7 @@ module.exports = {
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
disableHostCheck: true, disableHostCheck: true,
port: 8090,
proxy: { proxy: {
'/api': { '/api': {
target: proxyUrl, target: proxyUrl,