From 335e9e425c4abe93034fe2f0d0b63354c248869c Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期六, 12 七月 2025 13:49:16 +0800
Subject: [PATCH] fix:修改后台内容

---
 .env.development |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.env.development b/.env.development
index 326886d..2bdcf98 100644
--- a/.env.development
+++ b/.env.development
@@ -6,7 +6,7 @@
   VITE_APP_ENV = 'development'
 
 # 图片地址
-  VITE_APP_IMG_BASEURL='http://192.168.0.67:8040/upload'
+  VITE_APP_IMG_BASEURL = 'http://192.168.0.67:8040/upload'
 
 #后端本地
   VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.67:8040'

--
Gitblit v1.9.3