无人机管理后台前端(已迁走)
张含笑
2025-06-19 b5bf355a9551f954ba7bb1d4e9ba0904fa3be6f3
src/api/system/dict.js
@@ -86,3 +86,11 @@
    params,
  });
};
export const findLicenseDate = params => {
   return request({
      url: '/blade-system/license/findLicenseDate',
      method: 'get',
      params,
   })
}