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