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