Browse Source

iframe 调整

laiguoran 4 years ago
parent
commit
2c2667f8a2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      config/config.default.js

+ 5 - 5
config/config.default.js

@@ -198,11 +198,11 @@ module.exports = appInfo => {
         appsecret: '457d64c55f48f57cd22eca47e53d15cb',
     };
     // X-Frame-Options 内嵌关闭
-    config.security = {
-        xframe: {
-            enable: false,
-        },
-    };
+    // config.security = {
+    //     xframe: {
+    //         enable: false,
+    //     },
+    // };
 
     config.proxy = true;