From efe51c2947c76ee863593c2ecfe3a2e65b3e742f Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期二, 24 十月 2023 09:11:02 +0800 Subject: [PATCH] 企业端 --- company_admin/.env.production | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/company_admin/.env.production b/company_admin/.env.production index 89f2f32..4bd5f5b 100644 --- a/company_admin/.env.production +++ b/company_admin/.env.production @@ -5,12 +5,14 @@ # VUE_APP_API = 'https://dmtest.ahapp.net/preselect_web_interface/' -# VUE_APP_API = 'https://dmtest.ahapp.net/preselect_web_interface/' - # VUE_APP_API = 'http://127.0.0.1:10022/' # VUE_APP_API = 'https://dm.ahapp.net/preselect_interface/' +VUE_APP_CONTEXT_PATH = '/web' + +VUE_APP_API_PREFIX = '/web_interface' + VUE_APP_API = 'https://yx.ahapp.net/web_interface/' # VUE_APP_API = 'http://mjyx.doumee.com/preselect_interface/' \ No newline at end of file -- Gitblit v1.9.3