From 191afda78d09d2d685e8f1691339f9726e7afc7a Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期一, 28 八月 2023 11:09:23 +0800 Subject: [PATCH] 新增完善 --- .env.staging | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.staging b/.env.staging index 92fbe73..65e5ce8 100644 --- a/.env.staging +++ b/.env.staging @@ -5,6 +5,6 @@ # base api # VUE_APP_BASE_API = '/stage-api' -VUE_APP_BASE_API = 'http://localhost:1234/' +VUE_APP_BASE_API = 'http://192.168.110.167:1234/' -- Gitblit v1.9.3