liushengqiang 1 年之前
父節點
當前提交
ea0f405df6
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/information/help-center/index.tsx

+ 1 - 2
src/views/information/help-center/index.tsx

@@ -78,7 +78,7 @@ export default defineComponent({
           !form.listState.dataShow && 'emptyRootContainer'
         ]}>
         <OSticky position="top">
-          <OHeader border={false} />
+          <OHeader border={false} isBack={route.query.platformType == 'ANALYSIS' ? false : true} />
           <OSearch onSearch={onSearch} />
         </OSticky>
 
@@ -100,7 +100,6 @@ export default defineComponent({
                     path: 'help-detail',
                     query: {
                       id: item.id,
-                      source: route.query.source
                     }
                   });
                 }}></Cell>