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');