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