diff --git a/index.html b/index.html index a3bed7e..015919e 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,9 @@ /> pure-admin-thin + diff --git a/vite.config.ts b/vite.config.ts index 538134d..5244c03 100644 --- a/vite.config.ts +++ b/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__) }