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({
51
51
routes . push ( ...redirect )
52
52
}
53
53
} ,
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
+ // }
70
70
} ) ;
You can’t perform that action at this time.
0 commit comments