dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(websocket): 添加 Netty WebSocket 聊天功能基础版本,URL:http://localhost:8085/febs...
Administrator
2025-08-14
c1bb3dd69c4d68f3f0787b59881ca258707b8cea
[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()
});
});