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