|
@@ -13,7 +13,7 @@ window.weixin_Share_Init(
|
|
|
window.$originData.orginParames.title,
|
|
|
'',
|
|
|
'https://cxzx.smcic.net/topic/qinshufa/assets/logp.png',
|
|
|
- 'https://cxzx.smcic.net/topic/activity/chatGptChat.html?' + Date.now()
|
|
|
+ 'https://cxzx.smcic.net/topic/activity/chatQh.html?' + Date.now()
|
|
|
);
|
|
|
window.appLoginSuccess = () => {
|
|
|
console.log('登录');
|
|
@@ -29,3 +29,33 @@ window.setUserSession = () => {
|
|
|
getUser(() => createApp(App).mount('#app'));
|
|
|
};
|
|
|
|
|
|
+window.SL = new window.SmcicLogger("shanshipin", "c6124d95");
|
|
|
+window.SL.Util.SetUrl("https://collect.smcic.net:8443/");
|
|
|
+window.SL.Systematic.Init({
|
|
|
+ appid: "c6124d95",
|
|
|
+ channel: "shanshipin",
|
|
|
+ model: "",
|
|
|
+ os: "",
|
|
|
+ os_version: "",
|
|
|
+ carrier: "",
|
|
|
+ network_type: "",
|
|
|
+ ip: "",
|
|
|
+ app_name: "",
|
|
|
+ app_version: "",
|
|
|
+ build_version: "",
|
|
|
+ platform_type: "",
|
|
|
+});
|
|
|
+window.SL.Content.CommodityDetail({
|
|
|
+ commodity_detail_source: "活动",
|
|
|
+ commodity_id: "",
|
|
|
+ commodity_name: document.title,
|
|
|
+ publisher_name: "",
|
|
|
+ publisher_id: "",
|
|
|
+ review_count: 0,
|
|
|
+ comment_count: 0,
|
|
|
+ collect_count: 0,
|
|
|
+ share_count: 0,
|
|
|
+ like_count: 0,
|
|
|
+ tag: [],
|
|
|
+});
|
|
|
+
|