From 06e2b9b5aed6e665af86540dc12f6bef37a18bc1 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 09 Oct 2023 09:42:05 +0800 Subject: [PATCH] fix:地图修改 --- public/index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/public/index.html b/public/index.html index 35c8df7..71a7367 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="icon" href="<%= BASE_URL %>LOGO.ico"> <!-- <script src="https://webapi.amap.com/maps?v=1.4.15&key=be57d4add7dc10fb7f7924763a2179ae&plugin=AMap.MarkerClusterer"></script> --> -- Gitblit v1.8.0