routes:[{path:"/conA/:color/abc/:type",}, 传参数的时候,我用VUE-LINK点击跳转对吧,
<router-link :to="{path:'conA'}">打开conA</router-link><br />
<router-link :to="{path:'conB'}">打开conB</router-link><br />
conA我点击的路径是http://xxx.8080/conA/uuueeu 路径+参数,
conB我没有设置传参数,这两页面来回切换的时候,吧,URL地址里就回不去了。
变成http://localhost:8181/conA/conA 这样了,跳不回去了。
---------------------
子路由也遇到同样的问题了。我的QQ是930944122 有没有大神能帮帮忙阿