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