Browse Source

设备主只能看到激励视频的数据

master
nili 6 months ago
parent
commit
ae8b0e8975
  1. 2
      dist/index.html
  2. 1
      dist/p__DeviceOwnerApp.0dbd8254.async.js
  3. 1
      dist/p__DeviceOwnerApp.fcc25cee.async.js
  4. 2
      dist/umi.5508b12d.js
  5. 18
      src/pages/DeviceOwnerApp.tsx

2
dist/index.html

@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.087695e7.js"></script> <script src="/umi.5508b12d.js"></script>
</body></html> </body></html>

1
dist/p__DeviceOwnerApp.0dbd8254.async.js

File diff suppressed because one or more lines are too long

1
dist/p__DeviceOwnerApp.fcc25cee.async.js

File diff suppressed because one or more lines are too long

2
dist/umi.087695e7.js → dist/umi.5508b12d.js

File diff suppressed because one or more lines are too long

18
src/pages/DeviceOwnerApp.tsx

@ -88,24 +88,6 @@ const DeviceOwnerApp: React.FC = () => {
}, },
}, },
}, },
{
title: '广告类型',
dataIndex: 'advType',
valueEnum: {
1: {
text: '横幅',
status: 'Default',
},
2: {
text: '插页',
status: 'Processing',
},
3: {
text: '激励视频',
status: 'Success',
},
},
},
{ {
title: 'ecpm(元)', title: 'ecpm(元)',
dataIndex: 'ecpm', dataIndex: 'ecpm',

Loading…
Cancel
Save