From deeb762c202ed7d2eee2c9e0558e5f2ab466eec1 Mon Sep 17 00:00:00 2001 From: liuleilei <234@qq.com> Date: 星期六, 08 二月 2025 11:22:58 +0800 Subject: [PATCH] 主播端商品列表代码优化 --- 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