From 3f46534db91bacf0a3be224783d12a66b044bd92 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Sat, 14 Sep 2024 12:45:39 +0800 Subject: [PATCH] update --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index c7aa3d2..cf027b7 100644 --- a/config/index.js +++ b/config/index.js @@ -83,7 +83,7 @@ const config = { // }, devServer: { // host: 'nomad.hackrobot.cn', // 替换为您的域名 - // port: 10086, // 选择一个适当的端口号 + port: 10087, // 选择一个适当的端口号 proxy: { '/api/': { target: JSON.parse('"http://localhost:8700"'), //本地调试端口