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