Quellcode durchsuchen

docs: fix select dropdown design doc jump

DaiQiangReal vor 4 Jahren
Ursprung
Commit
2a74ef7941
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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];