|
|
@@ -25,7 +25,7 @@ export default {
|
|
|
} else if (info.link && info.linkType === 'hyperlink') {
|
|
|
if (info.linkContent.indexOf('http') !== -1) {
|
|
|
if (new URL(info.linkContent).origin === location.origin) {
|
|
|
- this.$router.push(info.linkContent.replace(location.origin, ''));
|
|
|
+ this.$router.push(info.linkContent.replace(location.origin + '/9th', ''));
|
|
|
} else {
|
|
|
window.location.href = info.linkContent;
|
|
|
}
|