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