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