dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
cpv分支
zainali5120
2020-10-01
16d7f301fc9a61fe84064f15f5f1ae28f1cb44ea
[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()
});
});