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