dashboard
repositories
filestore
activity
search
login
main
/
agent
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin_agent
Helius
2020-07-16
7861e27efc998c3410e9d0ee20fc9e7f9a0780f5
[agent.git]
/
src
/
main
/
resources
/
static
/
febs
/
index.js
1
2
3
4
5
6
7
layui.extend({
febs: 'lay/modules/febs',
validate: 'lay/modules/validate'
}).define(['febs', 'conf'], function (exports) {
layui.febs.initPage();
exports('index', {});
});