zhitan-vue/vite.config.js
@@ -4,7 +4,7 @@ // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => { mode = "production" mode = "development" const env = loadEnv(mode, process.cwd()) console.log(mode, "==========env") const { VITE_APP_ENV } = env