xiaoyong931011
2021-12-16 6513abb6fe1a300ff34ca92d876566184f38eea5
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});