修改图片前缀配置文件(后台迁移到正式环境),修改模型配置

This commit is contained in:
2026-04-22 16:34:39 +08:00
parent ea1fc21dc4
commit 0f85d371ab
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ TABLE_MAPPING = {
}
# ======================== 图片URL前缀 ========================
IMAGE_URL_PREFIX = 'https://dev.yixiong-tech.com:8082'
IMAGE_URL_PREFIX = 'https://file.dm.yixiong-tech.com:8443'
# ======================== SQLite下载历史数据库 ========================
# 存储在项目的data_management目录下