mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
12 lines
152 B
PHP
12 lines
152 B
PHP
define(["easy-admin"], function (ea) {
|
|
|
|
var Controller = {
|
|
index: function () {
|
|
|
|
|
|
|
|
},
|
|
};
|
|
return Controller;
|
|
});
|