@@ -1,2 +1,2 @@
VITE_API_BASE_URL=http://192.168.20.119:13002
-; VITE_API_BASE_URL=http://smartai.com:8163
+# VITE_API_BASE_URL=http://smartai.com:8163
@@ -19,7 +19,6 @@ import { config_compression, config_imagemin } from './scripts/vite-conf';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd());
const targetUrl = env.VITE_API_BASE_URL; // 从环境变量中获取
-
return {
/**
* 项目根目录