From a22213eae3d2a406d9456c32061ce8f8750473df Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 28 Nov 2023 15:22:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20config.js=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- public/default/config.js | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index c8e86be9..4ae1f773 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.231124.8" +VITE_APP_VERSION = "2.231128.8" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/public/default/config.js b/public/default/config.js index 25d86329..98d65367 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -2,15 +2,16 @@ * =============== Zh =============== * - Nginx部署 * 删除loading.js同级下同名文件,Nginx代理地址: /omc-api - * - * Nginx Deployment - * Delete the file with the same name under the same level of loading.js, Nginx proxy address: /omc-api - * + * * - 非Nginx部署 * 请将当前文件与loading.js同级,将host变量值修改为数据服务访问地址 * !!!注意: 修改当前文件后,建议关闭浏览器后重新访问 + * + * =============== En =============== + * - Nginx Deployment + * Delete the file with the same name under the same level of loading.js, Nginx proxy address: /omc-api * - * Non-Nginx Deployment + * - Non-Nginx Deployment * Please make the current file the same level as the loading.js, change the host variable value to the data service access address * !!! Note: After modifying the current file, it is recommended to revisit it after closing the browser. *