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