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