This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/module/system/program/menu/menu.js

8 lines
206 B
JavaScript
Raw Permalink Normal View History

2024-01-24 16:47:50 +08:00
define(["moment"], function (moment) {
return ["$scope", "$filter", "$state", "MMWService", "config",
function ($scope, $filter, $state, $MMWService, config) {
$scope.init = function(){
}
}];
});