From c2659b999ad4a79a97c6a91343eec863763fca82 Mon Sep 17 00:00:00 2001 From: RIceWqy <1840169763@qq.com> Date: Sun, 14 Jan 2024 13:28:23 +0800 Subject: [PATCH] 1 --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 20592da..f63b528 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_APP_ENV = 'development' # api接口请求地址 -VITE_APP_BASE_API = 'http://127.0.0.1:8085' +VITE_APP_BASE_API = 'https://admin.ruixininfo.com' # 静态资源文件url VITE_APP_RESOURCES_URL = 'https://img.ruixininfo.com/'