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