liushengqiang 1 năm trước cách đây
mục cha
commit
ea0f405df6
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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>