This commit is contained in:
qsc
2026-02-21 19:18:32 +08:00
parent 0f8fae24fd
commit 22304fe95c
3 changed files with 30 additions and 175 deletions
+1 -1
View File
@@ -1064,7 +1064,7 @@ class JX3Service:
# 4. 加载模板
try:
return_data["temp"] = await load_template("test.html")
return_data["temp"] = await load_template("juesheqiyu.html")
except FileNotFoundError as e:
logger.error(f"加载模板失败: {e}")
return_data["msg"] = "系统错误:模板文件不存在"