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