From 2d51b8a4356d526070f49d1b7232cf637e0a98e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com>
Date: Tue, 26 Aug 2025 16:02:53 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=AD=A3=E5=BC=8F?=
=?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=20=E6=B7=BB=E5=8A=A0=20?=
=?UTF-8?q?=E8=B5=B4=E6=A0=A1=E4=BF=A1=E6=81=AF=E5=BC=80=E5=B1=95=E5=B7=A5?=
=?UTF-8?q?=E4=BD=9Cui=E5=AE=BD=E5=BA=A6=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 2 +-
src/views/toschoolinfomanage/editModal.vue | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.env.production b/.env.production
index ca7f985..55ffd00 100644
--- a/.env.production
+++ b/.env.production
@@ -14,6 +14,6 @@ VITE_COMPRESSION = "none"
# 接口地址
-VITE_API_BASEURL = "http://localhost:5199/api"
+VITE_API_BASEURL = "https://learn-archives-admin.23544.com/api"
#数据中心后台地址
VITE_API_USERCENTER_URL = "https://dcb.23544.com/api"
\ No newline at end of file
diff --git a/src/views/toschoolinfomanage/editModal.vue b/src/views/toschoolinfomanage/editModal.vue
index 0ff8e35..ba7aaac 100644
--- a/src/views/toschoolinfomanage/editModal.vue
+++ b/src/views/toschoolinfomanage/editModal.vue
@@ -53,7 +53,9 @@
>
{{ safeDetail.isDiscussion ? "已开展" : "未开展" }}
- {{ safeDetail.discussion || "-" }}
+ {{
+ safeDetail.discussion || "-"
+ }}
{{ safeDetail.isClassMeeting ? "已开展" : "未开展" }}
- {{ safeDetail.classMeeting || "-" }}
+ {{
+ safeDetail.classMeeting || "-"
+ }}