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