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