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