diff --git a/src/locales/en.ts b/src/locales/en.ts
index 343510242..d3fefd3ca 100644
--- a/src/locales/en.ts
+++ b/src/locales/en.ts
@@ -56,6 +56,7 @@ export default {
notFoundPage: {
title: 'Oops! URL Error!',
desc: 'Back to Home Page',
+ backendDesc: 'If you are seeing this, it is probably due to a routing interception issue on the front end of your browser. You can force a refresh to see it or use the link directly without affecting the use of this link.',
},
// subscription management page
subPage: {
diff --git a/src/locales/zh.ts b/src/locales/zh.ts
index c559f60df..f7e533733 100644
--- a/src/locales/zh.ts
+++ b/src/locales/zh.ts
@@ -56,6 +56,7 @@ export default {
notFoundPage: {
title: '啊哦~ URL 错误!',
desc: '回首页',
+ backendDesc: '如果你看到这个 可能是因为浏览器前端路由拦截的问题 可以强制刷新查看或直接使用该链接 不影响此链接的使用',
},
// 订阅管理页
subPage: {
diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue
index 834963248..4a16a38e4 100644
--- a/src/views/NotFound.vue
+++ b/src/views/NotFound.vue
@@ -1,11 +1,20 @@