胡思旗
2023-08-29 b80ee8c883f279e843071e6b53ab9cddec3f88a0
src/api/http/config.ts
@@ -2,7 +2,7 @@
 * @Author: 胡思旗 931347610@qq.com
 * @Date: 2023-08-22 09:55:39
 * @LastEditors: 胡思旗 931347610@qq.com
 * @LastEditTime: 2023-08-22 14:23:46
 * @LastEditTime: 2023-08-29 14:59:18
 * @FilePath: \Cloud-API-Demo-Web\src\api\http\config.ts
 * @Description:
 *
@@ -16,7 +16,8 @@
  appLicense: 'Please enter the app license.', // You need to go to the development website to apply.
  // http
  baseURL: 'http://172.16.13.129:6789', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
  // http://172.16.13.64:8100
  baseURL: 'http://172.16.13.129:8100', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
  // ws://172.16.13.129:6789/api/v1/ws
  websocketURL: '', // Example: 'ws://192.168.1.1:6789/api/v1/ws'