소스 검색

perf: 修改复制提示

奔跑的面条 3 년 전
부모
커밋
942ff14d82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/modules/chartEditStore/chartEditStore.ts

+ 1 - 1
src/store/modules/chartEditStore/chartEditStore.ts

@@ -392,7 +392,7 @@ export const useChartEditStore = defineStore({
            type: isCut ? HistoryActionTypeEnum.CUT : HistoryActionTypeEnum.COPY
           }
           this.setRecordChart(copyData)
-          window['$message'].success(isCut ? '剪切成功' : '复制成功!')
+          window['$message'].success(isCut ? '剪切图表成功' : '复制图表成功!')
           loadingFinish()
         }
       } catch(value) {