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 @@
- + -