dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(unisoftiot): 删除无用的 API 相关代码- 移除了 Account、Device、Product 等实体类 - 删除了...
KKSU
2025-01-23
a1245c1ed23e6f576d39e8828ad6b98d7cbc0df2
[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()
});
});