dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore: 修改日志级别 - 将 cc.mrbird.febs 的日志级别从 debug改为 info - 此修改旨在减少生产环境中的日志输出,提高...
KKSU
2024-12-30
d48b216367e078f5d4a048f6477c289e7d68c8fe
[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()
});
});