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/>},
 ]
 function LocalAd() {
-    const [activeKey, setActiveKey] = useState('3')
+    const [activeKey, setActiveKey] = useState('1')
     return <Card>
         <Tabs activeKey={activeKey} type="card"  onChange={(activeKey) => { setActiveKey(activeKey) }} >
             {