feat: 版本号提交

This commit is contained in:
2026-04-19 00:13:41 +08:00
parent f70920a25c
commit b2f630a6b7

View File

@@ -4,15 +4,15 @@ import { devUrl, wssDevUrl } from "./baseUrl";
import { getServiceUrl } from "../api/GetServiceUrlApi"; import { getServiceUrl } from "../api/GetServiceUrlApi";
/// 版本号, 每次发版本前增加 /// 版本号, 每次发版本前增加
const versionValue = "1.0.4"; const versionValue = "1.1.1";
/// 是否是测试版本, 测试版本为true 发布版本为false /// 是否是测试版本, 测试版本为true 发布版本为false
const developVersion = true; const developVersion = false;
// 获取服务地址 // 获取服务地址
const getEvnUrl = async () => { const getEvnUrl = async () => {
/// 智念客户端不需要获取环境地址 /// 不需要获取环境地址
if (isZhiNian || developVersion) { if (developVersion) {
const appStore = useAppStore(); const appStore = useAppStore();
appStore.setServerConfig({ appStore.setServerConfig({
baseUrl: devUrl, // 服务器基础地址 baseUrl: devUrl, // 服务器基础地址