File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,20 @@ export default theme({
5151 routes . push ( ...redirect )
5252 }
5353 } ,
54- head ( ) {
55- return {
56- script : [
57- {
58- innerHTML : "window.__rum = { pid: 'aokcdqn3ly@f609801600af959', endpoint: 'https://aokcdqn3ly-default-cn.rum.aliyuncs.com' }" ,
59- type : 'text/javascript' ,
60- } ,
61- {
62- src : 'https://sdk.rum.aliyuncs.com/v2/browser-sdk.js' ,
63- type : 'text/javascript' ,
64- crossorigin : 'anonymous' ,
65- }
66- ] ,
67- __dangerouslyDisableSanitizers : [ 'script' ]
68- }
69- }
54+ // head() {
55+ // return {
56+ // script: [
57+ // {
58+ // innerHTML: "window.__rum = { pid: 'aokcdqn3ly@f 609801600af959', endpoint: 'https://aokcdqn3ly-default-cn.rum.aliyuncs.com' }",
59+ // type: 'text/javascript',
60+ // },
61+ // {
62+ // src: 'https://sdk.rum.aliyuncs.com/v2/browser-sdk.js',
63+ // type: 'text/javascript',
64+ // crossorigin: 'anonymous',
65+ // }
66+ // ],
67+ // __dangerouslyDisableSanitizers: ['script']
68+ // }
69+ // }
7070} ) ;
You can’t perform that action at this time.
0 commit comments