dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 新增 365 会员中心接口并调整文件上传大小限制 - 调整社会圈模块文件上传大小限制,从10240 KB增加到 102400 KB
Administrator
2025-05-14
df82346ec152503e656b7c6cbf2e1a429c9f2cc7
[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()
});
});