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