Przeglądaj źródła

Merge branch 'master' of http://120.55.44.4:10080/xujunjie/GtDigManageWeb
解决冲突
# Conflicts:
# src/pages/GreenGPT/index.js

Renxy 1 rok temu
rodzic
commit
669075e338
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .umirc.ts
  2. 1 1
      src/pages/GreenGPT/index.js

+ 1 - 1
.umirc.ts

@@ -47,7 +47,7 @@ export default defineConfig({
   proxy: {
     '/api': {
       // target: 'http://192.168.20.232:1007/',
-      target: 'http://47.96.12.136:8895/',
+      target: 'http://47.96.12.136:8788/',
       // target: 'https://work.greentech.com.cn/',
       changeOrigin: true,
     },

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