mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 22:32:54 +08:00
添加路由动态参数
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: `${window.location.origin}/#/questions/detail`
|
url: `${window.location.origin}/#/questions/detail/${item.id}/${item.businessType}`
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: `/questions/detail/${item.id}/${item.businessType}`
|
path: `/questions/detail/${item.id}/${item.businessType}`
|
||||||
|
|||||||
Reference in New Issue
Block a user