Browse Source

Update config.ts

v1.1.0
DJIsean 2 years ago committed by GitHub
parent
commit
6ea45ccd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/api/http/config.ts

2
src/api/http/config.ts

@ -3,7 +3,7 @@ export const CURRENT_CONFIG = { @@ -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/'

Loading…
Cancel
Save