shenwu 2 年之前
父節點
當前提交
201af5abdd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/launchSystemNew/launchManage/localAd/index.tsx

+ 1 - 1
src/pages/launchSystemNew/launchManage/localAd/index.tsx

@@ -12,7 +12,7 @@ const tabsConfig = [
     { key: '3', tab: '定向模板' ,jsx:<Targeting/>},
     { key: '3', tab: '定向模板' ,jsx:<Targeting/>},
 ]
 ]
 function LocalAd() {
 function LocalAd() {
-    const [activeKey, setActiveKey] = useState('3')
+    const [activeKey, setActiveKey] = useState('1')
     return <Card>
     return <Card>
         <Tabs activeKey={activeKey} type="card"  onChange={(activeKey) => { setActiveKey(activeKey) }} >
         <Tabs activeKey={activeKey} type="card"  onChange={(activeKey) => { setActiveKey(activeKey) }} >
             {
             {