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