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