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