fix: 有效账号格式不少于5位

This commit is contained in:
TsMask
2023-11-07 16:43:57 +08:00
parent 50cef777d5
commit 21c702ce9b
3 changed files with 493 additions and 73 deletions

View File

@@ -11,7 +11,7 @@ VITE_APP_NAME = "核心网管理平台"
VITE_APP_CODE = "CoreNet"
# 应用版本
VITE_APP_VERSION = "2.231106.7"
VITE_APP_VERSION = "2.231107.7"
# 接口基础URL地址-不带/后缀
VITE_API_BASE_URL = "/omc-api"