Browse Source

feat:分支服务于ningxia部署

hanyang 1 năm trước cách đây
mục cha
commit
cceceed635
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      src/modules/model-manage/ragflow/SystemSetting.vue
  2. 0 1
      src/views/Model.vue

+ 0 - 1
src/modules/model-manage/ragflow/SystemSetting.vue

@@ -249,7 +249,6 @@ function filterDataByModelType(data, modelType) {
       delete result[key];
     }
   }
-  console.log(result);
   return result;
 }
 

+ 0 - 1
src/views/Model.vue

@@ -24,6 +24,5 @@ import MessageBodyDIFY from '../modules/model-manage/dify/MessageBody.vue';
 const current_type = ref('assistant');
 const changeType = (value) => {
   current_type.value = value;
-  console.log(current_type.value);
 };
 </script>