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