将API设置URL从/api改为/settings/api

This commit is contained in:
GoEdgeLab
2023-06-05 09:41:52 +08:00
parent 6ea8923956
commit 02fb93c133
45 changed files with 31 additions and 31 deletions

View File

@@ -89,7 +89,7 @@ Tea.context(function () {
return
case "RPC_TEST_FAILED":
teaweb.confirm("html:要安装的节点到API服务之间的RPC通讯测试失败具体错误" + errMsg + "<br/>现在修改API信息", function () {
window.location = "/api"
window.location = "/settings/api"
})
return
default: