dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210307
xiaoyong931011
2021-03-07
a87813353bfcc1bea7846cfdb5e8dfdcaded86f6
[exchange-back.git]
/
src
/
main
/
resources
/
static
/
febs
/
lay
/
modules
/
api.js
1
2
3
4
5
layui.define([],function(exports){
exports('api',{
getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
});
});