Commit 413133dc authored by 俞嘉婷's avatar 俞嘉婷

del 埋点

parent 1f4ebd06
...@@ -7,7 +7,7 @@ const dcm = '202.' + CFG.projectId + '.0.0'; ...@@ -7,7 +7,7 @@ const dcm = '202.' + CFG.projectId + '.0.0';
const domain = '//embedlog.duiba.com.cn'; const domain = '//embedlog.duiba.com.cn';
const dom = `${CFG.channel}.0.0.0`; const dom = `${CFG.channel}.0.0.0`;
const MDList = new Array(52).fill("").map((v, i) => { const MDList = new Array(32).fill("").map((v, i) => {
return { return {
ele: `.md${i + 1}`, ele: `.md${i + 1}`,
data: { data: {
......
...@@ -274,7 +274,7 @@ class Prizepage extends React.Component { ...@@ -274,7 +274,7 @@ class Prizepage extends React.Component {
</div> </div>
)} )}
</div> </div>
<Button className="back md43" onClick={this.back}></Button> <Button className="back" onClick={this.back}></Button>
</div> </div>
</div> </div>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment