From b67f46b4a768b4cd72d4e463c5dffefe977ddeb7 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Mon, 02 Dec 2024 22:04:27 +0800 Subject: [PATCH] 应急空间及全局图层去除废水处理站、污水池 --- index.html | 41 ++++++++++++++++++++++++++++++----------- 1 files changed, 30 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 8388c4b..f808a0d 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,32 @@ +<!-- + * @Author: shuishen 1109946754@qq.com + * @Date: 2024-10-25 10:56:27 + * @LastEditors: shuishen 1109946754@qq.com + * @LastEditTime: 2024-10-31 18:36:26 + * @FilePath: \bigScreen\index.html + * @Description: + * + * Copyright (c) 2024 by shuishen, All Rights Reserved. +--> <!doctype html> <html lang="en"> - <head> - <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + Vue</title> - </head> - <body> - <div id="app"></div> - <script type="module" src="/src/main.js"></script> - </body> -</html> + +<head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/zhyq.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <!-- <script src="/base/dc.min.js"></script> + <link + href="/base/dc.min.css" + rel="stylesheet" + type="text/css" + /> --> + <title>吉水化工园区“一园一策一图”VR平台</title> +</head> + +<body> + <div id="app"></div> + <script type="module" src="/src/main.js"></script> +</body> + +</html> \ No newline at end of file -- Gitblit v1.9.3