提交 5e2eba86 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

JeecgBoot 2.1.1 代码生成器AI版本发布

上级 9c6f68fd
...@@ -2,10 +2,15 @@ import Vue from 'vue' ...@@ -2,10 +2,15 @@ import Vue from 'vue'
import Router from 'vue-router' import Router from 'vue-router'
import { constantRouterMap } from '@/config/router.config' import { constantRouterMap } from '@/config/router.config'
const originalPush = Router.prototype.push //update-begin-author:taoyan date:20191011 for:TASK #3214 【优化】访问online功能测试 浏览器控制台抛出异常
Router.prototype.push = function push(location) { try {
return originalPush.call(this, location).catch(err => err) const originalPush = Router.prototype.push
Router.prototype.push = function push(location) {
return originalPush.call(this, location).catch(err => err)
}
} catch (e) {
} }
//update-end-author:taoyan date:20191011 for:TASK #3214 【优化】访问online功能测试 浏览器控制台抛出异常
Vue.use(Router) Vue.use(Router)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册