From b80ee8c883f279e843071e6b53ab9cddec3f88a0 Mon Sep 17 00:00:00 2001 From: 胡思旗 <931347610@qq.com> Date: Tue, 29 Aug 2023 15:07:13 +0800 Subject: [PATCH] 登录流程对接、项目列表组件封装 --- src/api/http/config.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/http/config.ts b/src/api/http/config.ts index cced454..fd8ecbf 100644 --- a/src/api/http/config.ts +++ b/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' -- Gitblit v1.9.3