feat: 更新版本号

This commit is contained in:
2026-01-16 09:36:21 +08:00
parent 3b8e604853
commit 0351bd8dc6

View File

@@ -4,7 +4,7 @@ import { useAppStore } from "@/store";
import { devUrl, proUrl, wssDevUrl } from "../base/baseUrl"; import { devUrl, proUrl, wssDevUrl } from "../base/baseUrl";
/// 版本号, 每次发版本前增加 /// 版本号, 每次发版本前增加
const versionValue = "1.0.3"; const versionValue = "1.0.4";
// 获取服务地址 // 获取服务地址
const getEvnUrl = async () => { const getEvnUrl = async () => {