Commit 0db1861a by gaolei

修改弹窗内容

parent 0df09c0c
......@@ -50,6 +50,11 @@ import ActivityShenhe from './views/fitness/ActivityShenhe.vue'
Vue.use(Router)
const originalPush = Router.prototype.push
Router.prototype.push = function push(location) {
return originalPush.call(this, location).catch(err => err)
}
export default new Router({
routes: [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment