From c9d4f449ed2cf44a24564b18b5943b72ee304320 Mon Sep 17 00:00:00 2001 From: letsgocoding <sdxt_0802@163.com> Date: 星期六, 15 二月 2025 09:59:31 +0800 Subject: [PATCH] !80 同比环比集成完毕接口 Merge pull request !80 from netmouse/develop_Yao --- 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