gaoluyang
3 天以前 18f6b77a2460007feed92a7ff01fa36f9d4fd43c
index.html
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Ruoyi-App-Geek</title>
    <meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
    <meta charset="UTF-8" />
    <script>
      var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
        CSS.supports('top: constant(a)'))
@@ -16,6 +15,6 @@
  </head>
  <body>
    <div id="app"><!--app-html--></div>
    <script type="module" src="./src/main.js"></script>
    <script type="module" src="/main.js"></script>
  </body>
</html>