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