前端页面
This commit is contained in:
13
EdgeAdmin/web/views/@default/httpdns/apps/index.js
Normal file
13
EdgeAdmin/web/views/@default/httpdns/apps/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
Tea.context(function () {
|
||||
if (typeof this.apps == "undefined") {
|
||||
this.apps = [];
|
||||
}
|
||||
|
||||
this.createApp = function () {
|
||||
teaweb.popup("/httpdns/apps/createPopup", {
|
||||
height: "26em",
|
||||
width: "48em",
|
||||
title: "添加应用"
|
||||
});
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user