commit
This commit is contained in:
@@ -21,7 +21,7 @@ import { message } from 'ant-design-vue';
|
||||
// }
|
||||
let httpIp
|
||||
if(process.env.NODE_ENV == 'development'){
|
||||
httpIp = 'http://192.168.1.6:10086'
|
||||
httpIp = 'http://192.168.1.12:10086'
|
||||
}else{
|
||||
httpIp = ''
|
||||
}
|
||||
@@ -106,7 +106,9 @@ export const Https = {
|
||||
saveOrEditTemplatePoint:'/api/library/saveOrEditTemplatePoint',//保存或者编辑template打点
|
||||
libraryModelsDot:'/api/library/modelsDot',//Models打点预览
|
||||
// pythonChatStream:'/api/python/chatStream',//机器人助力
|
||||
chatStreamTest:`${httpIp}/robot/chat_stream_test`,//机器人助力
|
||||
// chatStreamTest:`${httpIp}/robot/chat_stream_test`,//机器人助力
|
||||
chatStreamTest:`${httpIp}/api/python/chatStream`,//机器人助力
|
||||
|
||||
workspaceDetail:`${httpIp}/api/workspace/detail`,//用户习惯详情
|
||||
workspaceenumValues:`${httpIp}/api/workspace/enumValues`,//getSex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user