|
@@ -7,3 +7,10 @@ environment();
|
|
|
window.$originData = getPageParameters();
|
|
|
document.title = window.$originData.orginParames.title || '';
|
|
|
createApp(App).mount('#app');
|
|
|
+// 分享
|
|
|
+window.weixin_Share_Init(
|
|
|
+ window.$originData.orginParames.title,
|
|
|
+ '',
|
|
|
+ 'https://cxzx.smcic.net/topic/qinshufa/assets/logp.png',
|
|
|
+ 'https://cxzx.smcic.net/topic/activity/finance2023.html?' + Date.now()
|
|
|
+);
|