罗广辉
2025-06-19 f27ca082eb0a839449dd50c49007b58e5ed6946f
src/api/http/request.ts
@@ -69,7 +69,7 @@
    authorization: boolean
  }) => {
    if (!config.url.includes('/blade-') && !config.url.includes('https://') && !config.url.includes('http://')) {
      config.url = '/drone-yw' + config.url
      config.url = '/drone-device-core' + config.url
    }
    const authorization = config.authorization === false
    if (!authorization) {