From 9b55957f6a1f01941b0d4d5a6668f18a9d612e86 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 30 四月 2025 10:32:58 +0800 Subject: [PATCH] sf --- company_admin/.env.production | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/company_admin/.env.production b/company_admin/.env.production index 89f2f32..5eaa71b 100644 --- a/company_admin/.env.production +++ b/company_admin/.env.production @@ -5,12 +5,15 @@ # 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_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