Browse Source

refactor(editor, taskManagement): 更新小凯 AI 服务地址

- 将 ModelMain.vue 和 automatedPresentation.vue 中的小凯 AI 服务地址从本地改为远程
- 旧地址: http://localhost:5906/#/chat
- 新地址: https://180.100.199.56:8656/#/chat
master
lizw-2015 5 months ago
parent
commit
ae58a1916c
  1. 2
      src/editor/ModelMain.vue
  2. 2
      src/views/taskManagement/automatedPresentation.vue

2
src/editor/ModelMain.vue

@ -72,7 +72,7 @@
<CatalogDefine /> <CatalogDefine />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="小凯AI" name="ModelDataSet" lazy> <el-tab-pane label="小凯AI" name="ModelDataSet" lazy>
<iframe class="galaxis-ai" style="width: 100%;height: 100%;border: none;" src="http://localhost:5906/#/chat"></iframe> <iframe class="galaxis-ai" style="width: 100%;height: 100%;border: none;" src="https://180.100.199.56:8656/#/chat"></iframe>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
</SplitArea> </SplitArea>

2
src/views/taskManagement/automatedPresentation.vue

@ -1,6 +1,6 @@
<template> <template>
<div class="modeling-simulation"> <div class="modeling-simulation">
<iframe class="galaxis-ai" style="width: 100%;height: 100%;border: none;" src="http://localhost:5906/#/chat"></iframe> <iframe class="galaxis-ai" style="width: 100%;height: 100%;border: none;" src="https://180.100.199.56:8656/#/chat"></iframe>
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">

Loading…
Cancel
Save