Update config.ts

Esse commit está contido em:
DJIsean
2022-08-15 12:13:57 +08:00
commit de GitHub
commit 6ea45ccd6b
+1 -1
Ver Arquivo
@@ -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/'