From 62d1c5c5c3b20ba534706139dd76c985de10725d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 4 Jan 2024 09:44:08 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8F=AA=E4=BF=9D=E7=95=99=E8=8B=B1=E6=96=87=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- public/default/config.js | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.env.production b/.env.production index 778d6e25..913038f4 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.231229.10" +VITE_APP_VERSION = "2.240104.1" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/public/default/config.js b/public/default/config.js index ad9bbfc7..e4a721c0 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -1,13 +1,6 @@ /** - * =============== Zh =============== - * - Nginx部署 - * 删除loading.js同级下同名文件,Nginx代理地址: /omc-api - * - * - 非Nginx部署 - * 请将当前文件与loading.js同级,将host变量值修改为数据服务访问地址 - * !!!注意: 修改当前文件后,建议关闭浏览器后重新访问 - * - * =============== En =============== + * =============== Configuration File Description =============== + * * - Nginx Deployment * Delete the file with the same name under the same level of loading.js, Nginx proxy address: /omc-api *