diff --git a/src/components/Form/src/components/InputUpload.vue b/src/components/Form/src/components/InputUpload.vue
index e253122..0eac28d 100644
--- a/src/components/Form/src/components/InputUpload.vue
+++ b/src/components/Form/src/components/InputUpload.vue
@@ -37,6 +37,9 @@
+
+ {{VITE_GLOB_UPLOAD_ALERT_TIP}}
+
{{ t('上传') }}
+
+ {{VITE_GLOB_UPLOAD_ALERT_TIP}}
+
{{
@@ -52,6 +55,7 @@
import { useI18n } from '/@/hooks/web/useI18n';
import { getAppEnvConfig } from '/@/utils/env';
const { t } = useI18n();
+ const { VITE_GLOB_UPLOAD_ALERT_TIP } = getAppEnvConfig();
const props = withDefaults(defineProps<{ processId: string }>(), {
processId: '',
});
diff --git a/src/views/workflow/task/components/stamp/StampInfo.vue b/src/views/workflow/task/components/stamp/StampInfo.vue
index e14ebc4..e527674 100644
--- a/src/views/workflow/task/components/stamp/StampInfo.vue
+++ b/src/views/workflow/task/components/stamp/StampInfo.vue
@@ -96,6 +96,9 @@
>
{{ t('点击上传照片') }}
+
+ {{VITE_GLOB_UPLOAD_ALERT_TIP}}
+