From 8ea6546f04e54a9442291641b2a871f72a307bb5 Mon Sep 17 00:00:00 2001 From: zoujing Date: Sun, 19 Apr 2026 00:13:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/base/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/request/base/config.js b/src/request/base/config.js index 7a8c248..2027847 100644 --- a/src/request/base/config.js +++ b/src/request/base/config.js @@ -4,15 +4,15 @@ import { devUrl, wssDevUrl } from "./baseUrl"; import { getServiceUrl } from "../api/GetServiceUrlApi"; /// 版本号, 每次发版本前增加 -const versionValue = "1.0.4"; +const versionValue = "1.1.1"; /// 是否是测试版本, 测试版本为true, 发布版本为false -const developVersion = true; +const developVersion = false; // 获取服务地址 const getEvnUrl = async () => { - /// 智念客户端不需要获取环境地址 - if (isZhiNian || developVersion) { + /// 不需要获取环境地址 + if (developVersion) { const appStore = useAppStore(); appStore.setServerConfig({ baseUrl: devUrl, // 服务器基础地址