李富豪 1 年之前
父節點
當前提交
e557a39299
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Web/vite.config.ts

+ 1 - 0
Web/vite.config.ts

@@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue';
 import { viteVConsole } from 'vite-plugin-vconsole';
 
 export default defineConfig(({ mode, command }) => {
+  // 加载环境配置
   const env = loadEnv(mode, path.join(process.cwd(), 'env'));
   return {
     base: '/',// 基础路径