diff --git a/BptaUseSoftware/entry/src/main/ets/pages/Download.ets b/BptaUseSoftware/entry/src/main/ets/pages/Download.ets index a5bb351231a3b5f45cb18aaef5bb6f7d1ed9a78a..b2e49c7f9eda8503cad0e96c5808fa149232429a 100644 --- a/BptaUseSoftware/entry/src/main/ets/pages/Download.ets +++ b/BptaUseSoftware/entry/src/main/ets/pages/Download.ets @@ -8,7 +8,7 @@ import { BusinessError, request } from '@kit.BasicServicesKit'; try { request.downloadFile(getContext(), { - url: 'https://xxxx/xxxxx.hap', //需要下载的文件的服务器地址 + url: 'https://xxxx/xxxxx.hap', // IP address of the server to download the file filePath: 'xxx/xxxxx.hap' }, (err: BusinessError, data: request.DownloadTask) => { if (err) {