亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

Vue this.$router.push(參數)實現頁面跳轉操作

瀏覽:4日期:2022-11-25 14:20:49

很多情況下,我們在執行點擊按鈕跳轉頁面之前還會執行一系列方法,這時可以使用 this.$router.push(location) 來修改 url,完成跳轉。

push 后面可以是對象,也可以是字符串:

// 字符串this.$router.push(’/home/first’)// 對象this.$router.push({ path: ’/home/first’ })// 命名的路由this.$router.push({ name: ’home’, params: { userId: wise }})

跳轉頁面并傳遞參數的方法:

1.Params

由于動態路由也是傳遞params的,所以在 this.$router.push() 方法中path不能和params一起使用,否則params將無效。需要用name來指定頁面。

及通過路由配置的name屬性訪問

在路由配置文件中定義參數:

/* router.js 文件*/import Vue from 'vue';import Router from 'vue-router';import MediaSecond from '@/views/EnterprisePage/MediaMatrix/second'; //資訊列表 Vue.use(Router);export default new Router({ routes: [ /* 進行路由配置 */ { name: 'MediaSecond', path: '/MediaSecond', component: MediaSecond }, ]}) /* 后面還需要接一空行,否則無法通過 ESlint 語法驗證 */

通過name獲取頁面,傳遞params:

this.$router.push({ name: ’MediaSecond’,params:{artistName:artistName,imgUrl:imgUrl,type:2} })

在目標頁面通過this.$route.params獲取參數:

if (this.$route.params.type == 2) { this.type = apis.getAtistDetails;} else { this.type = apis.getMessageList;}

2.Query

頁面通過path/name和query傳遞參數,該實例中row為某行表格數據

this.$router.push({ name: ’DetailManagement’, query: { auditID: row.id, type: ’2’ } });

this.$router.push({ path: ’/DetailManagement’, query: { auditID: row.id, type: ’2’ } });

在目標頁面通過this.$route.query獲取參數:

this.$route.query.type

補充知識:vue this.$router.push(’./map’);無法跳轉的問題

<template> <div style='text-align: center'> <el-button type='primary' @click='onLogin'>登錄</el-button> </div></template><script> export default { name: ’login’, data () return { } }, methods: { onLogin:function () { this.$router.push(’./map’); } }, }</script><style scoped> </style>

router中是這樣引入的

import map from ’@components/map’

點擊事件無法跳轉

2.解決方法:

改變引入方式

import map=r=>require.ensure([],()=>(require(’../components/map’)),’map’)

這樣通過靜態引入就沒問題了!

以上這篇Vue this.$router.push(參數)實現頁面跳轉操作就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持好吧啦網。

標簽: Vue
相關文章:
主站蜘蛛池模板: 自拍啪啪 | 国产精品爱啪在线线免费观看 | 美女扒开胸露出奶乳免费 | 成人午夜精品视频在线观看 | 一本色道久久88亚洲综合 | 国产精品久久久99 | 91麻豆影视| 久久国产乱子伦精品免费强 | 黄色片网站观看 | 一级黄色片一级片 | 久久久久久久国产精品影院 | 久久婷婷综合中文字幕 | 妞干网视频在线观看 | 精彩视频一区二区三区 | 中文字幕色在线 | 亚洲线精品久久一区二区三区 | 在线看片日韩 | 蕾丝视频成人★在线观看 | 亚洲视频手机在线 | 黄色片网战 | 成人综合久久精品色婷婷 | 98国内自拍在线视频 | 欧美日韩一区二区三区在线视频 | 国产福利视频在线 | 久久精品操 | 日韩一区精品 | 玖玖精品在线 | 久久精品亚洲精品一区 | 欧美xxxx新一区二区三区 | 草莓榴莲向日葵十八岁全微糖 | 日韩一级黄色片 | 亚洲精品国产综合一线久久 | 亚洲精品国产网红在线一区 | 成人欧美一级毛片免费观看 | 成人日韩视频 | 特黄免费 | 天天天色 | 男人你懂的网站 | 久久受www免费人成看片 | 成人精品视频在线观看播放 | 亚洲欧美日韩在线精品一区二区 |