带阿里标识的版本
This commit is contained in:
9
EdgeUser/web/views/@default/httpdns/apps/index.js
Normal file
9
EdgeUser/web/views/@default/httpdns/apps/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Tea.context(function () {
|
||||
if (typeof this.apps == "undefined") {
|
||||
this.apps = [];
|
||||
}
|
||||
|
||||
this.createApp = function () {
|
||||
window.location = "/httpdns/apps/create";
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user