mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-10 12:43:43 +08:00
删除文件 public
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
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);
|
||||
});
|
||||
Reference in New Issue
Block a user