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