From 0351bd8dc6e7b287b3596c644e48d53044a40545 Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 16 Jan 2026 09:36:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/api/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request/api/config.js b/src/request/api/config.js index fc35b1e..22ca762 100644 --- a/src/request/api/config.js +++ b/src/request/api/config.js @@ -4,7 +4,7 @@ import { useAppStore } from "@/store"; import { devUrl, proUrl, wssDevUrl } from "../base/baseUrl"; /// 版本号, 每次发版本前增加 -const versionValue = "1.0.3"; +const versionValue = "1.0.4"; // 获取服务地址 const getEvnUrl = async () => {