From 9fb624056c12e1f04e618596758c473252011ef6 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 29 May 2025 15:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- components.d.ts | 2 - index.html | 4 +- package.json | 2 +- public/favicon.ico | Bin 0 -> 3056 bytes src/components/MusicPlayer.vue | 282 ------------------------------- src/components/NavigationBar.vue | 65 ++++--- src/i18n/modules/base/en.ts | 1 - src/i18n/modules/base/zh-cn.ts | 7 +- src/router/index.ts | 21 +-- src/router/routerBeforeEach.ts | 6 +- src/utils/http.ts | 2 +- src/view/podcast/index.vue | 205 ---------------------- src/view/policy/index.vue | 24 ++- vite.config.ts | 3 + 15 files changed, 71 insertions(+), 555 deletions(-) create mode 100644 public/favicon.ico delete mode 100644 src/components/MusicPlayer.vue delete mode 100644 src/view/podcast/index.vue diff --git a/.env.production b/.env.production index 0b91c20..ba225c5 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ #环境标识 VITE_ENV="生产环境" #基础服务 -VITE_BASE_URL="http://localhost:7001/api/v1" +VITE_BASE_URL="http://219.146.91.110:30801/mz-api" #每日一言服务 VITE_BASE_URL_YIYAN_SERVICE="https://tenapi.cn" \ No newline at end of file diff --git a/components.d.ts b/components.d.ts index c08e04d..952da03 100644 --- a/components.d.ts +++ b/components.d.ts @@ -11,8 +11,6 @@ declare module 'vue' { Faqs: typeof import('./src/components/Faqs.vue')['default'] FooterBg: typeof import('./src/components/FooterBg.vue')['default'] IconGroup: typeof import('./src/components/IconGroup.vue')['default'] - IconList: typeof import('./src/components/IconList.vue')['default'] - MusicPlayer: typeof import('./src/components/MusicPlayer.vue')['default'] NavigationBar: typeof import('./src/components/NavigationBar.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] diff --git a/index.html b/index.html index 94c854e..f1c618a 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@
- + -