From 295eb3cc87aaa5176d64a4ef985cdad0bfefae9a Mon Sep 17 00:00:00 2001 From: chenyao <1219716595@qq.com> Date: Mon, 31 Mar 2025 08:35:00 +0800 Subject: [PATCH] 增加单个机巢页面 --- .env.development | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.env.development b/.env.development index ac0618e..9189d82 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,9 @@ VITE_APP_API = /api VITE_APP_API_URL = https://wrj.shuixiongit.com/api +# 连接本地服务器 +# VITE_APP_API_URL = http://192.168.1.204/api + #调试参数 VITE_APP_DEBUG_KEY = saber VITE_APP_DEBUG_SWITCH = false -- Gitblit v1.9.3