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