xiaoyong931011
2023-04-08 12b84637ae89a2136bfc6774284841e87af02f0d
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});