From 14b70bacd63f6b136612cf70b160777142e2a996 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 17 十月 2024 10:14:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- company_admin/.env.production | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/company_admin/.env.production b/company_admin/.env.production index ecab490..5eaa71b 100644 --- a/company_admin/.env.production +++ b/company_admin/.env.production @@ -9,6 +9,11 @@ # VUE_APP_API = 'https://dm.ahapp.net/preselect_interface/' +VUE_APP_CONTEXT_PATH_REL = '/web' +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