From 44c2671c39fb3ce6fda3fe56a290333c9df6d381 Mon Sep 17 00:00:00 2001 From: mirage <1127314491@qq.com> Date: Mon, 2 Feb 2026 11:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEuniapp=E7=8E=AF=E5=A2=83-?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=9C=AC=E5=9C=B0=E5=90=8E=E7=AB=AF=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniapp/.env.development | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 uniapp/.env.development diff --git a/uniapp/.env.development b/uniapp/.env.development new file mode 100644 index 00000000..a2561bcf --- /dev/null +++ b/uniapp/.env.development @@ -0,0 +1,2 @@ +# 请求域名 +VITE_APP_BASE_URL='http://localhost:8084' \ No newline at end of file