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] =?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 @@