dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
购买民宿卷商品,支付完,订单就已经完成
xiaoyong931011
2023-07-20
c3824e787c80d25218e7d2bbad05c020afb6d4da
[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()
});
});