Files
CompanyProject/芳林公司项目/WebsiteTemplate/bin/FileTpl/js.txt
2024-09-27 01:32:49 +08:00

12 lines
141 B
Plaintext
Executable File

define(['jquery','utils'],function ($,utils) {
function JsName() {
}
JsName.prototype = {
init () {
}
};
return new JsName();
});