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