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