From a2ed0eb1d39ca6ee97a8ac8ac3e9d5fe2a06bab5 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 25 Mar 2025 18:09:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20=E5=85=81=E8=AE=B8=E5=90=8C?= =?UTF-8?q?=E6=BA=90=E5=B5=8C=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/settings.py b/server/settings.py index eca46193..c50802e6 100755 --- a/server/settings.py +++ b/server/settings.py @@ -34,7 +34,7 @@ ALLOWED_HOSTS = ['*'] SYS_NAME = '星途工厂综合管理系统' SYS_VERSION = '2.3.0' - +X_FRAME_OPTIONS = 'SAMEORIGIN' # Application definition