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