From fd42c6e903ddc976d3b8f1bdf9d3128753b8af98 Mon Sep 17 00:00:00 2001 From: VVT789 <sdxt_0802@163.com> Date: 星期二, 25 二月 2025 10:41:24 +0800 Subject: [PATCH] update sql --- zhitan-vue/vite.config.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zhitan-vue/vite.config.js b/zhitan-vue/vite.config.js index f1ee7d7..1357748 100644 --- a/zhitan-vue/vite.config.js +++ b/zhitan-vue/vite.config.js @@ -4,7 +4,9 @@ // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => { + mode='production' const env = loadEnv(mode, process.cwd()) + console.log(mode,'==========env') const { VITE_APP_ENV } = env return { // 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆� -- Gitblit v1.9.3