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