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