From c9164d85321d3e1da379dd34080974a9527c49ea Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期四, 21 九月 2023 17:09:45 +0800 Subject: [PATCH] 代码提交 --- company_admin/.env.production | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/company_admin/.env.production b/company_admin/.env.production index c1fd590..87d6b63 100644 --- a/company_admin/.env.production +++ b/company_admin/.env.production @@ -3,11 +3,11 @@ # VUE_APP_API = 'https://dmtest.ahapp.net/preselect_interface/' -# VUE_APP_API = 'http://127.0.0.1/' +VUE_APP_API = 'http://127.0.0.1:10022/' # VUE_APP_API = 'https://dmtest.ahapp.net/preselect_web_interface/' -VUE_APP_API = 'http://127.0.0.1:10022/' +# VUE_APP_API = 'http://127.0.0.1:10022/' # VUE_APP_API = 'https://dm.ahapp.net/preselect_interface/' -- Gitblit v1.9.3