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