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