feat: 调整智念助手端的配置

This commit is contained in:
2026-04-20 10:27:36 +08:00
parent 1408a97027
commit d6c7ca7aec
5 changed files with 16 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import { getServiceUrl } from "../api/GetServiceUrlApi";
const versionValue = "1.1.1";
/// 是否是测试版本, 测试版本为true 发布版本为false
const developVersion = false;
const developVersion = true;
// 获取服务地址
const getEvnUrl = async () => {