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