Browse Source

fix: build error

xiaoxian521 3 years ago
parent
commit
8712985d48
1 changed files with 2 additions and 3 deletions
  1. 2 3
      index.html

+ 2 - 3
index.html

@@ -7,9 +7,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>后台管理系统</title>
     <script src="/sortable.min.js"></script>
-    <script type="module">
-      import process from "process";
-      window.process = process;
+    <script>
+      window.process = {};
     </script>
   </head>