weexteam / article

This repos is a third party collection, and is not developed nor maintained by Apache Weex.
1.22k stars 141 forks source link

vue-router运行到手机,跳转没有反应 #232

Open lianbingbing opened 5 years ago

lianbingbing commented 5 years ago

我在用vue.js开发的时候,使用vue-router跳转同级路由,npm run build:prod 打包,放到assets中,加载之后跳转没有反应,有没有这个问题的

lianbingbing commented 5 years ago

一开始使用this.$router.push(),直接报错,后来改成 import router from‘vue-router’,router.push(), 但是点击还是没有反应