dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'hongloumeng' of http://120.27.238.55:7000/r/xc-mall into hong...
xiaoyong931011
2023-04-07
4e01b27642aa6195e4c8a5f49a64e76dd7dea06d
[xc-mall.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()
});
});