فهرست منبع

替换gpt地址

xujunjie 1 سال پیش
والد
کامیت
fb7c78cb44
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/pages/GreenGPT/index.js

+ 1 - 1
src/pages/GreenGPT/index.js

@@ -3,7 +3,7 @@ import { useRequest, useModel } from '@umijs/max';
 import { request } from 'umi';
 import { Empty } from 'antd';
 
-const GPT_HOST = 'http://120.55.44.4:8677';
+const GPT_HOST = 'https://greengpt.greentech.com.cn';
 
 function GreenGPT() {
   const { initialState } = useModel('@@initialState');