Commit c145dd95 authored by haiyoucuv's avatar haiyoucuv

新手引导

parent c44fca50
......@@ -6,16 +6,12 @@ const appId = CFG.appID;
const dcm = "202." + CFG.projectId + ".0.0";
const domain = "";
const channel = getUrlParam("channel");
const dom = `${channel}.0.0.0`;
const MDList: IAutoMdData[] = new Array(20).fill("").map((_, i) => {
const MDList: IAutoMdData[] = new Array(100).fill("").map((_, i) => {
return {
ele: `.md${i + 1}`,
data: {
dpm: `${appId}.110.${i + 1}.0`,
dpm: `${appId}.110.${i + 1}.1`,
dcm,
dom,
domain,
appId,
},
......@@ -29,7 +25,7 @@ MDAuto({
click: MDList, // 点击
});
export function handleLogExposure(id: number | string, id2: number | string = 0) {
export function handleLogExposure(id: number | string, id2: number | string = 1) {
logExposure({
dpm: `${appId}.110.${id}.${id2}`,
dcm,
......@@ -38,7 +34,7 @@ export function handleLogExposure(id: number | string, id2: number | string = 0)
});
}
export function handleLogClick(id: number | string, id2: number | string = 0) {
export function handleLogClick(id: number | string, id2: number | string = 1) {
logClick({
dpm: `${appId}.110.${id}.${id2}`,
dcm,
......
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