diff --git a/components.d.ts b/components.d.ts index 4b9ea58..2fb2d20 100644 --- a/components.d.ts +++ b/components.d.ts @@ -2,7 +2,7 @@ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 -export { } +export {} /* prettier-ignore */ declare module 'vue' { diff --git a/nuxt.config.ts b/nuxt.config.ts index 27334f3..52fe109 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -23,6 +23,7 @@ export default defineNuxtConfig({ api: { baseURL: process.env.API_BASE_URL || '' }, + // 临时配置,后续登录后从本地存储中获取 s3: { region: process.env.S3_REGION || 'us-east-1', endpoint: process.env.S3_ENDPOINT || process.env.API_BASE_URL || '',