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