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 || "-" + }}