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