From a9ca0823ab8f33ca85abebcf6ec4a8da235adb49 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 30 一月 2024 14:36:49 +0800 Subject: [PATCH] 开发业务接口 --- company/.env.production | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/company/.env.production b/company/.env.production index ecab490..5eaa71b 100644 --- a/company/.env.production +++ b/company/.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