ref: v3变更,,根据核心网过滤显示网元

This commit is contained in:
TsMask
2025-09-16 19:41:57 +08:00
parent 847517fdfe
commit 254c49d894
81 changed files with 27708 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ import {
CACHE_LOCAL_I18N,
CACHE_SESSION_CRYPTO_API,
} from '@/constants/cache-keys-constants';
import { RESULT_CODE_EXCEPTION, RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { delAccessToken, delRefreshToken } from '@/plugins/auth-token';
import { parseUrlPath } from '@/plugins/file-static-url';
import { localGet, localSet } from '@/utils/cache-local-utils';
@@ -131,7 +131,7 @@ const useAppStore = defineStore('app', {
if (localI18n == null || (!this.i18nOpen && this.i18nDefault)) {
localSet(CACHE_LOCAL_I18N, this.i18nDefault);
}
};
}
},
},
});