feat: 读取服务端提供的版本号

This commit is contained in:
TsMask
2023-12-21 20:43:45 +08:00
parent b26104b4bc
commit 2470eed417
2 changed files with 8 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ let tableState: TabeStateType = reactive({
/**表格状态 */
let nfInfo: any = reactive({
obj: 'OMC',
version: '2.2312.9',
version: appStore.version,
status: t('views.index.normal'),
number: '',
outTimeDate: '',