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