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