Helius
2020-07-09 6e9ad8000f1ba87bec0e745a905fa6593d9c89c8
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});