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