From f7dec3da01a6feb19a536d0920f341e07c853d7a Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期四, 15 八月 2024 08:55:56 +0800 Subject: [PATCH] U 添加本地前台地址到跨域白名单 --- src/main/resources/config/application-dev.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml index 03582f0..e016358 100644 --- a/src/main/resources/config/application-dev.yml +++ b/src/main/resources/config/application-dev.yml @@ -85,7 +85,7 @@ #鐧诲綍楠岃瘉鐮� on/off fontDynamicCode: on #鍏佽璺ㄥ煙鐨勭櫧鍚嶅崟 http://192.168.10.132:8080,http://192.168.10.109:8080 - cors: http://localhost:8080,http://192.168.10.114:8080,,http://192.168.10.86:8080 + cors: http://localhost:8080,http://192.168.10.114:8080,http://localhost:5173,http://192.168.10.86:8080 #閲嶅惎瀵嗙爜 restartPasswd: ENC(AKxTGQo6bAABeC62B8Dtxw==) rsa: -- Gitblit v1.9.1