From c785fd76074e24f2223390e1c265d3c36cf4effd Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Thu, 31 Oct 2024 18:37:28 +0800 Subject: [PATCH] 依赖更新,静态资源相关更改 --- index.html | 35 ++++++++++++++++++++++++----------- 1 files changed, 24 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 8388c4b..86f6d20 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,26 @@ +<!-- + * @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" /> + <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