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