dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(mall): 修复商品分类为空时添加到列表的逻辑 - 修改了 ApiMallGoodsCategoryServiceImpl 类中的逻辑判断 ...
KKSU
2025-01-08
16c85422502bfb9fd40826e042984e59988d970e
[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()
});
});