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