From 6ea45ccd6badfcd75e3b78e66333c83d52489c5a Mon Sep 17 00:00:00 2001 From: DJIsean <102007705+DJIsean@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:13:57 +0800 Subject: [PATCH] Update config.ts --- src/api/http/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ export const CURRENT_CONFIG = { // 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/'