From 6480759a773c9f91d62dfd12ce51aad4ba80d999 Mon Sep 17 00:00:00 2001 From: lohir <3399054449@qq.com> Date: 星期三, 16 十月 2024 12:01:13 +0800 Subject: [PATCH] bug --- public/index.html | 37 +++++++++++++++++++++++++------------ 1 files changed, 25 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index 3d6c67e..dc077a3 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html lang="en"> + <head> <meta charset="utf-8"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> @@ -8,19 +9,22 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> - <title>瀛︿箣鎬濈鐞嗙郴缁�</title> + <title>姹熻タ璇煶瑙嗛鍩硅绯荤粺</title> <style> html { height: 100%; width: 100%; } + body { padding: 0; margin: 0; - height:100%; + height: 100%; width: 100%; } </style> + + <script src='https://ycl.easyblog.vip:8443/external_api.js'></script> <script src='./admin/components/echarts/echarts.min.js'></script> <script src='./admin/components/echarts/theme/macarons.js'></script> @@ -35,19 +39,28 @@ <script> var _hmt = _hmt || []; (function () { - var hm = document.createElement('script') - hm.src = 'https://hm.baidu.com/hm.js?cd8218cd51f800ed2b73e5751cb3f4f9' - var s = document.getElementsByTagName('script')[0] - s.parentNode.insertBefore(hm, s) + var hm = document.createElement('script'); + hm.src = 'https://hm.baidu.com/hm.js?cd8218cd51f800ed2b73e5751cb3f4f9'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(hm, s); })() </script> + <script> + window.onload = () => { + window.JitsiMeetExternalAPI = JitsiMeetExternalAPI; + } + </script> + </head> + <body> -<noscript> - <strong>We're sorry but vue-demo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> -</noscript> -<div id="app"></div> -<!-- built files will be auto injected --> + <noscript> + <strong>We're sorry but vue-demo doesn't work properly without JavaScript enabled. Please enable it to + continue.</strong> + </noscript> + <div id="app"></div> + <!-- built files will be auto injected --> </body> -</html> + +</html> \ No newline at end of file -- Gitblit v1.8.0