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