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