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