8 lines
350 B
JavaScript
8 lines
350 B
JavaScript
Tea.context(function () {
|
||
this.success = function () {
|
||
teaweb.success("保存成功", function () {
|
||
window.location = "/httpdns/apps";
|
||
});
|
||
};
|
||
});
|