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