From f7cf5fd08e06b68804bcfa5c5e591ae165bc18b0 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Thu, 10 Apr 2025 00:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4mock=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/features/baseData.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/features/baseData.ts b/src/store/features/baseData.ts index 077dcec..d699982 100644 --- a/src/store/features/baseData.ts +++ b/src/store/features/baseData.ts @@ -2,7 +2,6 @@ import { createAsyncThunk, createSelector, createSlice, PayloadAction } from '@r import { KTJOrg, RailType } from '../../services/apiTypes'; import { labeledKtjOrgs } from '../../utils/helper'; -import { ktjOrgs } from '../../utils/constant'; import Bridge from '../../utils/bridge'; import { RootState } from '..'; import { SyncBaseStatus } from '../../services/mobileWsType'; @@ -15,7 +14,7 @@ interface BaseDataState { } const initialState: BaseDataState = { - ktjOrgs: ktjOrgs as KTJOrg[], + ktjOrgs: [], railTypes: [], // syncingBaseData: false, syncBaseProgress: {