From c6c95a49be6194989c124b8fd316fb5d434bd153 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期六, 27 一月 2024 10:29:37 +0800 Subject: [PATCH] 开发业务接口 --- company/.env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/company/.env.development b/company/.env.development index f608e5a..ad31e4a 100644 --- a/company/.env.development +++ b/company/.env.development @@ -1,6 +1,7 @@ # 寮�鍙戠幆澧冮厤缃� NODE_ENV = 'development' -# VUE_APP_API = 'http://192.168.0.104:10023/' - VUE_APP_API = 'http://192.168.0.104:10023/' + +VUE_APP_API = 'http://localhost:10023/' +# VUE_APP_API = 'http://192.168.0.134:10023/' -- Gitblit v1.9.3