From d30a31e7c2a9acd08da8983e42e6fdf014707a04 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 九月 2025 15:39:47 +0800
Subject: [PATCH] 打包修改
---
index.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index c3ff205..13c10a1 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="UTF-8" />
+ <title>Ruoyi-App-Geek</title>
+ <meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
@@ -15,6 +16,6 @@
</head>
<body>
<div id="app"><!--app-html--></div>
- <script type="module" src="/main.js"></script>
+ <script type="module" src="./src/main.js"></script>
</body>
</html>
--
Gitblit v1.9.3