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