feat: 修改代码结构

This commit is contained in:
2025-08-15 09:16:02 -07:00
parent 5524d25d9a
commit 525e305f1d
17 changed files with 256 additions and 63 deletions
-1
View File
@@ -7,7 +7,6 @@ import { getAuthorization, Logout } from './common';
async function handleError(response: any) {
const code = response.data?.code;
console.log(1111111, code);
if ([40002, 40003, 40004, 40005].includes(code)) {
if (isBrowser()) {
const t = await getTranslations('common');