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