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