去除首页面,优化命名,优化schema

This commit is contained in:
不胜舟
2023-06-21 01:15:56 +08:00
parent d71e2e220f
commit 4e7a85bead
838 changed files with 1588 additions and 1725 deletions
@@ -0,0 +1,13 @@
layui.define(['jquery', 'element','util'], function(exports) {
"use strict";
var MOD_NAME = 'topBar',
$ = layui.jquery,
util = layui.util,
element = layui.element;
var topBar = new function() {
util.fixbar({});
}
exports(MOD_NAME,topBar);
});