Helius
2022-08-26 7973e0034d8a7c1bc3465d36829fc4440b6ce84f
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});