mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
11 lines
264 B
JavaScript
11 lines
264 B
JavaScript
Tea.context(function () {
|
|
// 创建重写规则
|
|
this.createRewriteRule = function () {
|
|
teaweb.popup("/servers/server/settings/rewrite/createPopup?webId=" + this.webId, {
|
|
height: "26em",
|
|
callback: function () {
|
|
window.location.reload()
|
|
}
|
|
})
|
|
}
|
|
}) |