2026-01-16

1.优化代码
This commit is contained in:
matepad
2026-01-16 06:43:46 +00:00
parent 7b653dbdf7
commit 1f8a288f1e
3 changed files with 2 additions and 2 deletions
@@ -8,6 +8,6 @@ public class ToolController {
@RequestMapping("/JiSuanQi") @RequestMapping("/JiSuanQi")
public String JiSuanQi(){ public String JiSuanQi(){
return "tools/JiSuanQi.html"; return "tools/JiSuanQi/JiSuanQi.html";
} }
} }