DaiQiangReal 3 vuotta sitten
vanhempi
sitoutus
db74b1ea04
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/templates/toUEDUtils/toUED.ts

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

@@ -91,6 +91,7 @@ const isHaveUedDocs=(pathName:string)=>{
 };
 
 const isJumpToDesignSite=(pathName:string)=>{
+    return false;
     const components=['toast','popconfirm','scrolllist','popover','select','dropdown'];
     if (pathName){
         const urlSplitArray=pathName.split('/').filter(v=>v);