浏览代码

fix: 修改备注

奔跑的面条 4 年之前
父节点
当前提交
ca7bd08b57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/modules/chartEditStore/chartEditStore.d.ts

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

@@ -133,7 +133,7 @@ export type RequestConfigType = {
   requestDataType: RequestDataTypeEnum
   // 请求方式 get/post/del/put/patch
   requestHttpType: RequestHttpEnum
-  // 去除源的 url
+  // 源后续的 url
   requestUrl?: string
 }