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