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