feat: 修改提示词

- 保存模板之后的提示词更改
This commit is contained in:
Huangzhe
2025-05-23 17:29:32 +08:00
parent 611b37cbf5
commit 344b3f8bd5

View File

@@ -86,7 +86,7 @@ async function saveTemplate(item: SurveyItem) {
const res = await saveTemplates(item.sn, data);
if (res.data.code === 200 || res.data.code === 201) {
showConfirmDialog({
message: '模板保存成功,请前往模板市场查看',
message: '模板保存成功,请前往更多模板页面查看',
showCancelButton: false
});
} else {