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