diff --git a/src/components/PopupConfirm/index.vue b/src/components/PopupConfirm/index.vue
index cd00711..911c920 100644
--- a/src/components/PopupConfirm/index.vue
+++ b/src/components/PopupConfirm/index.vue
@@ -23,7 +23,7 @@ import { ref } from 'vue'
const props = defineProps({
title: { type: String, default: '提示' },
- content: { type: String, default: '是否确定?' },
+ content: { type: String, default: '是否确定提交?' },
showClose: { type: Boolean, default: true },
leftBtn: { type: String, default: '取 消' },
rightBtn: { type: String, default: '确 定' },
diff --git a/src/pages/back/backCode.vue b/src/pages/back/backCode.vue
index 3e07735..27dc43c 100644
--- a/src/pages/back/backCode.vue
+++ b/src/pages/back/backCode.vue
@@ -244,6 +244,7 @@
-->
+