From 83d4c07a67e7588e3938237cfad9eaa6be5ea6c5 Mon Sep 17 00:00:00 2001 From: sean.zhou <sean.zhou@dji.com> Date: Mon, 12 Dec 2022 19:00:47 +0800 Subject: [PATCH] initial v1.3.1 --- src/api/http/config.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/http/config.ts b/src/api/http/config.ts index fafe023..75cbc92 100644 --- a/src/api/http/config.ts +++ b/src/api/http/config.ts @@ -3,7 +3,7 @@ // license appId: 'Please enter the app id.', // You need to go to the development website to apply. appKey: 'Please enter the app key.', // You need to go to the development website to apply. - appLicense: 'Please enter the app license.' // You need to go to the development website to apply. + appLicense: 'Please enter the app license.', // You need to go to the development website to apply. // http baseURL: 'Please enter the backend access address prefix.', // This url must end with "/". Example: 'http://192.168.1.1:6789/' -- Gitblit v1.9.3