亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Vue 路由器將 url 附加到當前 url

Vue 路由器將 url 附加到當前 url

莫回無 2023-11-02 17:14:07
我正在使用 vue 2。我已經注冊了路線。兩條路線是memberships和memberships/:id。當我使用時:this.$router.push({ path: 'memberships'} );this.$router.push在此之后附加到的任何結果http://localhost:8000/memberships/bronze http://localhost:8000/memberships/silver并http://localhost:8000/memberships/shop代替http://localhost:8000/shop并http://localhost:8000/memberships/deals代替http://localhost:8000/deals
查看完整描述

1 回答

?
牧羊人nacy

TA貢獻1862條經驗 獲得超7個贊

在所有基本路由路徑中使用前導斜杠:

this.$router.push({ path: '/memberships' });

在基本路由定義中也執行此操作。您還可以命名您的路線并按名稱推送:

this.$router.push({ name: 'memberships'} );


查看完整回答
反對 回復 2023-11-02
  • 1 回答
  • 0 關注
  • 177 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號