File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2626 "@vueuse/core" : " ^13.3.0" ,
2727 "@wecom/jssdk" : " ^2.3.1" ,
2828 "axios" : " ^1.8.4" ,
29- "cropperjs" : " ^2.0.0-rc .2" ,
29+ "cropperjs" : " ^1.6 .2" ,
3030 "dingtalk-jsapi" : " ^3.1.0" ,
3131 "echarts" : " ^5.6.0" ,
3232 "element-plus" : " ^2.10.2" ,
3333 "file-saver" : " ^2.0.5" ,
3434 "highlight.js" : " ^11.11.1" ,
3535 "katex" : " ^0.16.10" ,
36- "md-editor-v3" : " ^5.6.1 " ,
37- "mermaid" : " ^11.6 .0" ,
36+ "md-editor-v3" : " 4.16.7 " ,
37+ "mermaid" : " ^10.9 .0" ,
3838 "moment" : " ^2.30.1" ,
3939 "nprogress" : " ^0.2.0" ,
4040 "pinia" : " ^3.0.1" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import katex from 'katex'
1919import 'katex/dist/katex.min.css'
2020
2121import Cropper from 'cropperjs'
22+ import 'cropperjs/dist/cropper.css'
2223
2324import mermaid from 'mermaid'
2425
Original file line number Diff line number Diff line change 158158 >
159159 <template #icon >
160160 <el-avatar shape =" square" :size =" 32" style =" background : none " >
161- <AppIcon iconName = " app-folder " style = " font-size : 32 px " ></ AppIcon >
161+ <img :src = " resetUrl(item?.icon, resetUrl('./favicon.ico')) " alt = " " / >
162162 </el-avatar >
163163 </template >
164164 <template #subTitle >
@@ -304,6 +304,7 @@ import useStore from '@/stores'
304304import { t } from ' @/locales'
305305import { useRouter , useRoute } from ' vue-router'
306306import { isWorkFlow } from ' @/utils/application'
307+ import { isAppIcon , resetUrl } from ' @/utils/common'
307308import { dateFormat } from ' @/utils/time'
308309import { SourceTypeEnum , ValidType , ValidCount } from ' @/enums/common'
309310import permissionMap from ' @/permission'
Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ watch(
121121watch (
122122 () => props .isEdit ,
123123 (value ) => {
124- console .log (props .data , props .knowledgeId )
125124 if (! value ) {
126125 paragraphFormRef .value ?.clearValidate ()
127126 }
You can’t perform that action at this time.
0 commit comments