From 3c5ca2f8ce690f2c8808548e5ce5f69da296de10 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 17 八月 2022 09:12:33 +0800 Subject: [PATCH] lct --- .env.development | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 0214cc8..60d190e 100644 --- a/.env.development +++ b/.env.development @@ -1,13 +1,13 @@ # 本地环境 ENV = 'development' -VITE_API_URL = 'http://192.168.0.35:8008' +#VITE_API_URL = 'http://192.168.0.35:8008' #李宇飞接口地址 -VITE_API_URL = 'http://192.168.0.50:8008' +#VITE_API_URL = 'http://192.168.0.50:8008' #张凤接口地址 -#VITE_API_URL = 'http://192.168.0.29:8008' +VITE_API_URL = 'http://192.168.0.29:8008' #黄振接口地址 #VITE_API_URL = 'http://192.168.0.179:8008' @@ -29,4 +29,4 @@ #线上正式环境外包接口地址 VITE_API_URL_SOCKET = 'http://192.168.0.29:8018' -#黄振websocket接口地址 \ No newline at end of file +#黄振websocket接口地址 -- Gitblit v1.9.2