|
@@ -193,7 +193,7 @@ export default {
|
|
if (this.$route.path === '/embedIndex-caseIndexList') {
|
|
if (this.$route.path === '/embedIndex-caseIndexList') {
|
|
path = '/embedIndex-caseViews'
|
|
path = '/embedIndex-caseViews'
|
|
} else if (this.$route.path === '/reviewIndex-caseIndexList') {
|
|
} else if (this.$route.path === '/reviewIndex-caseIndexList') {
|
|
- path = '/reviewIndex-caseViews'
|
|
|
|
|
|
+ path = '/reviewIndex-caseViews?type_v=v2'
|
|
} else {
|
|
} else {
|
|
path = '/caseViews?type_v=v2'
|
|
path = '/caseViews?type_v=v2'
|
|
}
|
|
}
|