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