Browse Source

fix: 修改备注

奔跑的面条 4 năm trước cách đây
mục cha
commit
ca7bd08b57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }