From 4923aaf2921ab4dcd00d0439d814529110d5d9fe Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 8 Feb 2026 15:36:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .idea/workspace.xml | 36 ++- src/types/auto-imports.d.ts | 629 ++++++++++++++++++++++++++++++++++++ src/types/components.d.ts | 90 ++++++ 4 files changed, 740 insertions(+), 17 deletions(-) create mode 100644 src/types/auto-imports.d.ts create mode 100644 src/types/components.d.ts diff --git a/.env.development b/.env.development index eb53d27..5cda869 100644 --- a/.env.development +++ b/.env.development @@ -19,7 +19,7 @@ VITE_APP_SNAILJOB_ADMIN = 'http://localhost:8800/snail-job' VITE_APP_PORT = 80 # 接口加密功能开关(如需关闭 后端也必须对应关闭) -VITE_APP_ENCRYPT = true +VITE_APP_ENCRYPT = false # 接口加密传输 RSA 公钥与后端解密私钥对应 如更换需前后端一同更换 VITE_APP_RSA_PUBLIC_KEY = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKoR8mX0rGKLqzcWmOzbfj64K8ZIgOdHnzkXSOVOZbFu/TJhZ7rFAN+eaGkl3C4buccQd/EjEsj9ir7ijT7h96MCAwEAAQ==' # 接口响应解密 RSA 私钥与后端加密公钥对应 如更换需前后端一同更换 diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 776e59b..0958427 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,9 @@ - + + + - { + "keyToString": { + "ModuleVcsDetector.initialDetectionPerformed": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "RunOnceActivity.typescript.service.memoryLimit.init": "true", + "git-widget-placeholder": "master", + "javascript.preferred.runtime.type.id": "node", + "last_opened_file_path": "E:/code/intc/front-end/intc-single-ultra-web", + "node.js.detected.package.eslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "prettierjs.PrettierConfiguration.Package": "E:\\code\\intc\\front-end\\intc-single-ultra-web\\node_modules\\prettier", + "vue.rearranger.settings.migration": "true" } -}]]> +} @@ -53,6 +55,8 @@ + +