소스 검색

docs: fix select dropdown design doc jump

DaiQiangReal 4 년 전
부모
커밋
2a74ef7941
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/templates/toUEDUtils/toUED.ts

+ 1 - 1
src/templates/toUEDUtils/toUED.ts

@@ -86,7 +86,7 @@ const isHaveUedDocs=(pathName:string)=>{
 }
 
 const isJumpToDesignSite=(pathName:string)=>{
-    const components=['toast','notification','popconfirm','scrolllist','popover'];
+    const components=['toast','notification','popconfirm','scrolllist','popover','select','dropdown'];
     if(pathName){
         const urlSplitArray=pathName.split('/').filter(v=>v);
         const componentName=urlSplitArray[urlSplitArray.length-1];