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