OK
This commit is contained in:
+1
-1
@@ -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"] = "系统错误:模板文件不存在"
|
||||
|
||||
Reference in New Issue
Block a user