From 1cf9a3179387a391905403f0cac26612d368ede7 Mon Sep 17 00:00:00 2001 From: ZLI263 Date: Fri, 28 Nov 2025 10:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=88=87=E6=8D=A2=20=E8=83=BD=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/env.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/env.js diff --git a/common/env.js b/common/env.js new file mode 100644 index 0000000..1a46984 --- /dev/null +++ b/common/env.js @@ -0,0 +1,8 @@ +/** + * 环境配置文件 + * apiEnv 可选:'local' | 'prod' + */ +export default { + apiEnv: 'local' +} +