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