瀏覽代碼

Merge branch '1.1.3-master_web' of http://8.130.72.63:18081/shenzhen/tjdify into 1.1.3-master

CzRger 2 月之前
父節點
當前提交
78c5a9a4c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout-main.tsx

+ 1 - 1
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout-main.tsx

@@ -106,7 +106,7 @@ const AppDetailLayout: FC<IAppDetailLayoutProps> = (props) => {
       ),
     ]
     return navs
-  }, [appDetail])
+  }, [isOperation, t])
 
   useEffect(() => {
     if (appDetail) {