This commit is contained in:
=
2025-12-24 11:20:28 +08:00
2 changed files with 4 additions and 2 deletions
@@ -28,7 +28,7 @@ public class CspProcessor extends AbstractProcessor {
"script-src 'self' 'unsafe-eval' 'nonce-" + nonce + "' https:; " +
"worker-src 'self' blob:;" +
"style-src * 'unsafe-inline' data:; " +
"img-src 'self' data: https:; " +
"img-src 'self' data: http: https:; " +
"font-src * data: https:; " +
"connect-src 'self' https: webpack:; " +
"frame-ancestors 'self'; " +
@@ -49,7 +49,9 @@ layout("/layouts/platform_h5.html"){
}
},
methods: {
historyBack,
historyBack() {
this.$pjaxReplace('/platform/h5/home')
},
doSearch() {
this.$nextTick(() => {