@@ -16,7 +16,7 @@ export default {
},
computed: {
isExternal() {
- return isExternal(this.to)||this.to.includes('largeScreen')
+ return isExternal(this.to)||this.to.includes('largeScreen')|| this.to.includes('PvRoad')
type() {
if (this.isExternal) {