feat: icon图标处理

This commit is contained in:
2026-03-11 22:56:20 +08:00
parent 239b5886f9
commit e61f6fc596
6 changed files with 10 additions and 4 deletions

View File

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