mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-28 23:40:26 +08:00
优化URL跳转交互
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
{$template "/left_menu"}
|
||||
|
||||
<div class="right-box">
|
||||
<form class="ui form" method="post" data-tea-action="$" data-tea-success="success">
|
||||
<form class="ui form" method="post" data-tea-action="$">
|
||||
<input type="hidden" name="webId" :value="webId"/>
|
||||
<http-host-redirect-box :v-redirects="redirects" @change="change"></http-host-redirect-box>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
</div>
|
||||
@@ -1,6 +1,4 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyReloadSuccess("保存成功")
|
||||
|
||||
this.change = function (values) {
|
||||
this.$post("$")
|
||||
.params({
|
||||
@@ -8,7 +6,9 @@ Tea.context(function () {
|
||||
hostRedirectsJSON: JSON.stringify(values)
|
||||
})
|
||||
.success(function () {
|
||||
NotifyReloadSuccess("保存成功")()
|
||||
teaweb.successToast("保存成功", null, function () {
|
||||
teaweb.reload()
|
||||
})
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user