吴学文
2019-04-24 63be739a6d7224fee3595c84174d319135aafe7b
WebService/src/main/resources/static/js/core.js
@@ -122,6 +122,14 @@
    vc.jumpToPage = function(url){
                                    window.location.href = url;
                                };
    //保存菜单
    vc.setCurrentMenu = function(_menuId){
        window.localStorage.setItem('hc_menuId',_menuId);
    }
    //获取菜单
    vc.getCurrentMenu = function(){
        return window.localStorage.getItem('hc_menuId');
    }
})(window.vc);
/**