From 2dd51502c00f9abd30c61ded7de025aecba0e88c Mon Sep 17 00:00:00 2001
From: zepengdev <lzpsmith@outlook.com>
Date: Fri, 30 May 2025 16:30:38 +0800
Subject: [PATCH] 商品中心基础版

---
 oying-system/src/main/resources/config/application-dev.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oying-system/src/main/resources/config/application-dev.yml b/oying-system/src/main/resources/config/application-dev.yml
index 1880cf2..90f0e22 100644
--- a/oying-system/src/main/resources/config/application-dev.yml
+++ b/oying-system/src/main/resources/config/application-dev.yml
@@ -111,8 +111,8 @@
     path: /opt/oying/file/
     avatar: /opt/oying/avatar/
   windows:
-    path: C:\oying\file\
-    avatar: C:\oying\avatar\
+    path: d:\data\oying\file\
+    avatar: d:\data\oying\avatar\
   # 文件大小 /M
   maxSize: 100
   avatarMaxSize: 5

--
Gitblit v1.9.3