From e6a9d881a75e0ea3d852f3c51646dc9c66b891c0 Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Tue, 13 Feb 2024 11:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20mock=20API=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index aecdae7a..e589ffeb 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ NODE_ENV = development VUE_APP_TITLE = SCUI(DEV) # 接口地址 -VUE_APP_API_BASEURL = https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971f1bd3/api +VUE_APP_API_BASEURL = https://mock.apifox.com/m1/4021385-0-default/api # 本地端口 VUE_APP_PORT = 2800 diff --git a/.env.production b/.env.production index 900739dd..9ea4fc63 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ NODE_ENV = production VUE_APP_TITLE = SCUI # 接口地址 -VUE_APP_API_BASEURL = https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971f1bd3/api \ No newline at end of file +VUE_APP_API_BASEURL = https://mock.apifox.com/m1/4021385-0-default/api \ No newline at end of file