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