فهرست منبع

fix:知识库详情中,测试模块,去除上面描述

hanyang 1 سال پیش
والد
کامیت
545cd2f4a8
2فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده
  1. 3 4
      src/modules/knowledge/rgflow/knowledgeLib/test.vue
  2. 2 2
      vite.config.mjs

+ 3 - 4
src/modules/knowledge/rgflow/knowledgeLib/test.vue

@@ -6,11 +6,10 @@
         {{ $t('knowledgeLib.test_title') }}
       </div>
       <div class="main-container-lf-down">
-        <div style="color: #999">
-          <!-- 最后一步! 成功后,剩下的就交给Infiniflow AI吧。 -->
+        <!-- <div style="color: #999">
           {{ $t('knowledgeLib.test_tips') }}
-        </div>
-        <a-divider style="margin-top: 10px" />
+        </div> -->
+        <!-- <a-divider style="margin-top: 10px" /> -->
         <a-form ref="formRef" :model="form" :style="{ width: '100%' }" layout="vertical" @submit="handleSubmit">
           <!-- 相似度阈值 -->
           <a-form-item field="similarity_threshold" :label="$t('knowledgeLib.similarity_threshold')">

+ 2 - 2
vite.config.mjs

@@ -36,8 +36,8 @@ export default defineConfig(({ mode }) => {
         '/api/': {
           // target: 'http://smartai.com:8401',
 
-          target: 'http://192.168.20.119:9201',
-          // target: 'http://192.168.20.116:28004',
+          // target: 'http://192.168.20.119:9201',
+          target: 'http://192.168.20.116:28004',
           // target: 'http://smartai.com:8164',
           changeOrigin: true,
           secure: false,