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