From 435cb1ce452bf936ebf603a0e40f48abe37899de Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 26 八月 2022 10:12:43 +0800 Subject: [PATCH] 持久 --- .env.development | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 2fd7878..e37ce2c 100644 --- a/.env.development +++ b/.env.development @@ -27,7 +27,9 @@ #VITE_API_URL_OUT = 'http://192.168.0.52:8011/safeplatform-out' #本地外包预发接口地址 -VITE_API_URL_OUT = 'http://192.168.0.52:7021/safeplatform-out' + + +#VITE_API_URL_OUT = 'http://192.168.0.52:7021/safeplatform-out' #VITE_API_URL = 'http://192.168.0.52:7021/safeplatform' -- Gitblit v1.9.2