xiaoyong931011
2023-07-21 6a5e18565db1a3a06b0f73254f990d1d3a8ea18e
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});