Commit 6921cfc8 authored by maggie's avatar maggie

sellerId编译

parent 8bc7a542
......@@ -854,5 +854,6 @@
}
}
},
"appId": "1234"
"appId": "1234",
"sellerId": "1234"
}
\ No newline at end of file
......@@ -205,7 +205,8 @@ const run = async (gulp, nunjucksRender, rename, nunjucksRenderConfig) => {
nunjucksRender({
...nunjucksRenderConfig,
data: {
appId: config.appId
appId: config.appId,
sellerId: config.sellerId
}
})
)
......
......@@ -115,7 +115,7 @@ export const JOIN_NEED_TIMES = 1
export const appId = '{{appId}}'
// 商铺id 拼接vip链接用
export const sellerId = '${商铺id}'
export const sellerId = '{{sellerId}}'
// C端的APP NAME
export const C_APP_NAME: string = `promotioncenter-${appId}`
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