路径规则改成路由规则

This commit is contained in:
刘祥超
2021-07-13 14:28:06 +08:00
parent daf8257a1f
commit 9669c0ddda
23 changed files with 69 additions and 43 deletions

View File

@@ -3,9 +3,9 @@ Tea.context(function () {
this.sort()
}, 1000)
// 删除路规则
// 删除路规则
this.deleteLocation = function (locationId) {
teaweb.confirm("确定要删除此路规则吗?", function () {
teaweb.confirm("确定要删除此路规则吗?", function () {
this.$post(".delete")
.params({
webId: this.webId,