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