flx:修改提示文字

This commit is contained in:
X_Rian 2024-11-25 20:58:52 +08:00
parent cfdba8a5ff
commit 63832fc21c

View File

@ -1213,7 +1213,7 @@ export default {
if (res.code == 200) {
this.$message({
type: 'success',
message: this.$t('message.common.operationSuccess')
message: '保存成功!'
});
this.cardForm.whichType = -1;
this.getHomeNameConfigList();
@ -1251,7 +1251,7 @@ export default {
if (res.code == 200) {
this.$message({
type: 'success',
message: this.$t('message.common.operationSuccess')
message: '保存成功!'
});
this.getCarouselConfigList();
}