dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
style(clothesType): 优化 socialMuseUpdate 页面表格样式 - 添加 layui-table-cell 类的样式,设...
Administrator
2025-07-10
6af0003840b6bf2d8f42382e0631271a2a640a8b
[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()
});
});