Browse Source

no message

feature/feature-compatible
赖家华 7 years ago
parent
commit
dcf39dc50a
1 changed files with 8 additions and 8 deletions
  1. 16
      src/router/index.js

16
src/router/index.js

@ -7,14 +7,14 @@ const monthCard = resolve => require(['@/view/month-card'], resolve)
Vue.use(Router)
let router = new Router({
// mode: 'history',
routes: [
{
path: '/month-card',
name: '领取优惠券',
component: monthCard
}
]
mode: 'history',
routes: [
{
path: '/month-card',
name: '领取优惠券',
component: monthCard
}
]
})
// router.beforeEach((to, from, next) => {

Loading…
Cancel
Save