Merge branch 'main' of https://dd3skj.picp.vip/JyuHsin/zhgh_jshvc
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user