From 4785e72392afa244f04d4ed18ca737c1fc5ead97 Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Wed, 24 May 2023 18:31:23 +0800 Subject: [PATCH 1/3] nothing --- src/types/auto-imports.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/auto-imports.d.ts b/src/types/auto-imports.d.ts index eb6c842..e5c7bdb 100644 --- a/src/types/auto-imports.d.ts +++ b/src/types/auto-imports.d.ts @@ -5,7 +5,6 @@ declare global { const ElForm: typeof import('element-plus/es')['ElForm'] const ElMessage: typeof import('element-plus/es')['ElMessage'] const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] - const ElTree: typeof import('element-plus/es')['ElTree'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const computed: typeof import('vue')['computed'] @@ -275,7 +274,6 @@ declare module 'vue' { readonly ElForm: UnwrapRef readonly ElMessage: UnwrapRef readonly ElMessageBox: UnwrapRef - readonly ElTree: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef From aa92250a528e0bdb55ebe2e0a5d885bf4e38dd5f Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Wed, 24 May 2023 18:33:06 +0800 Subject: [PATCH 2/3] nothing --- src/types/auto-imports.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/auto-imports.d.ts b/src/types/auto-imports.d.ts index e5c7bdb..53bb615 100644 --- a/src/types/auto-imports.d.ts +++ b/src/types/auto-imports.d.ts @@ -4,7 +4,6 @@ declare global { const EffectScope: typeof import('vue')['EffectScope'] const ElForm: typeof import('element-plus/es')['ElForm'] const ElMessage: typeof import('element-plus/es')['ElMessage'] - const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const computed: typeof import('vue')['computed'] @@ -273,7 +272,6 @@ declare module 'vue' { readonly EffectScope: UnwrapRef readonly ElForm: UnwrapRef readonly ElMessage: UnwrapRef - readonly ElMessageBox: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef From 16fabaab4003a7129757b2a262f7f94dec093ea0 Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Thu, 25 May 2023 18:09:24 +0800 Subject: [PATCH 3/3] =?UTF-8?q?url=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/login/index.vue | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 89219d7..c07848a 100644 --- a/.env.development +++ b/.env.development @@ -5,4 +5,4 @@ NODE_ENV='development' VITE_APP_TITLE = 'Metavatar-PC' VITE_APP_PORT = 3000 -VITE_APP_BASE_API = 'https://photo.metavatar.cc/C' +VITE_APP_BASE_API = 'https://photo.metavatar.cc/C/' diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 6d104f4..b0a4e57 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,5 +1,6 @@