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