Browse Source

反馈页面提交

tangning 1 year ago
parent
commit
7ac8a23b83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -1,7 +1,7 @@
 import { createRouter, createWebHashHistory, Router } from 'vue-router';
 import { useCookies } from '@vueuse/integrations/useCookies';
 const current = window.navigator.language || window.navigator.userLanguage || null;
-let mytitle = '用户反馈';
+let mytitle = '产品建议';
 if (current && !/^zh/.test(current)) {
   mytitle = 'Feedback';
 }