From 759ccbfc701c60800da901d8b5822b3528a5b002 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期二, 10 三月 2026 11:23:58 +0800 Subject: [PATCH] 更改头部 --- admin/.env.development | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 7c60d0e..e067281 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -3,7 +3,7 @@ VUE_APP_SCREEN_URL_PREFIX = 'http://192.168.0.7/screen/#/' -#VUE_APP_API_URL = 'http://localhost:10010' -VUE_APP_API_URL = 'http://192.168.0.7/system_gateway' +VUE_APP_API_URL = 'http://localhost:10010' +#VUE_APP_API_URL = 'http://192.168.0.7/system_gateway' VUE_APP_AMAP_KEY='045542fc5f436b75e6c911c5c84ff8cd' -- Gitblit v1.9.3