From 85441ede2c0d323cf69d771e16141550333abb7a Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 08 三月 2024 15:41:59 +0800 Subject: [PATCH] fix:修改滚动table --- index.html | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a67e7ff..b31619e 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,15 @@ <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite App</title> - <meta name="description" content="Vite Starter Template By Kirk Lin"> + <title>閮芥睙鍫板ぇ灞�</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> + <script type="text/javascript"> + window._AMapSecurityConfig = { + securityJsCode: 'd60cb542f11231fc9ceddcf2f3e45530', // + } + </script> </body> </html> -- Gitblit v1.8.0