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) }} >
             {