瀏覽代碼

chore: `window.process`定义在`index.html`中,防止低版本浏览器报错

xiaoxian521 2 年之前
父節點
當前提交
cef79dfca0
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 3 0
      index.html
  2. 0 2
      vite.config.ts

+ 3 - 0
index.html

@@ -10,6 +10,9 @@
     />
     <title>vue-pure-admin</title>
     <link rel="icon" href="/favicon.ico" />
+    <script>
+      window.process = {};
+    </script>
   </head>
 
   <body>

+ 0 - 2
vite.config.ts

@@ -70,8 +70,6 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
       chunkSizeWarningLimit: 4000
     },
     define: {
-      "process.platform": null,
-      "process.version": null,
       __INTLIFY_PROD_DEVTOOLS__: false,
       __APP_INFO__: JSON.stringify(__APP_INFO__)
     }