From d1bc1c5f169f3f5283d216dd5e0b3ce18804687b Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 05 九月 2025 14:39:03 +0800 Subject: [PATCH] feat: oss --- src/constants/oss.ts | 2 +- .eslintrc-auto-import.json | 1 + auto-imports.d.ts | 2 ++ src/constants/enum.ts | 2 ++ 4 files changed, 6 insertions(+), 1 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 8b80313..f9ca937 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -137,6 +137,7 @@ "SubModuleKey": true, "SubModuleTitle": true, "SubModuleType": true, + "TempFolderPath": true, "TemplateEditDataItem": true, "ThemeColorItem": true, "ThemeColorName": true, diff --git a/auto-imports.d.ts b/auto-imports.d.ts index aa2a67d..e293694 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -156,6 +156,7 @@ const SubModuleType: typeof import('./src/constants/module')['SubModuleType'] const TaskCreationOptions: typeof import('./src/constants/apiEnum')['TaskCreationOptions'] const TaskStatus: typeof import('./src/constants/apiEnum')['TaskStatus'] + const TempFolderPath: typeof import('./src/constants/enum')['TempFolderPath'] const ThemeColors: typeof import('./src/constants/theme')['ThemeColors'] const TypeAttributes: typeof import('./src/constants/apiEnum')['TypeAttributes'] const VerifyStatus: typeof import('./src/constants/enterprise')['VerifyStatus'] @@ -439,6 +440,7 @@ readonly SubModuleKey: UnwrapRef<typeof import('./src/constants/module')['SubModuleKey']> readonly SubModuleTitle: UnwrapRef<typeof import('./src/constants/module')['SubModuleTitle']> readonly SubModuleType: UnwrapRef<typeof import('./src/constants/module')['SubModuleType']> + readonly TempFolderPath: UnwrapRef<typeof import('./src/constants/enum')['TempFolderPath']> readonly ThemeColors: UnwrapRef<typeof import('./src/constants/theme')['ThemeColors']> readonly VerifyStatus: UnwrapRef<typeof import('./src/constants/enterprise')['VerifyStatus']> readonly VerifyStatusColor: UnwrapRef<typeof import('./src/constants/enterprise')['VerifyStatusColor']> diff --git a/src/constants/enum.ts b/src/constants/enum.ts index d0aa578..40df1fa 100644 --- a/src/constants/enum.ts +++ b/src/constants/enum.ts @@ -42,3 +42,5 @@ [Gender.Male]: '鐢�', [Gender.Female]: '濂�', }; + +export const TempFolderPath = 'https://parkmanagement.oss-cn-hangzhou.aliyuncs.com/FlexJob/Admin'; diff --git a/src/constants/oss.ts b/src/constants/oss.ts index 91a3a78..5b0b1f0 100644 --- a/src/constants/oss.ts +++ b/src/constants/oss.ts @@ -4,7 +4,7 @@ export const OSSBaseURL = VITE_OSS_URL; -const _basicPath = '12333/YeXing/'; +const _basicPath = 'FlexJob/'; export const OssHRSIE = _basicPath + 'HRSIE/'; -- Gitblit v1.9.1