liyongli 1 год назад
Родитель
Сommit
b2c02f3d06
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/view/schedule/index.js

+ 2 - 2
src/view/schedule/index.js

@@ -9,7 +9,7 @@ document.title = window.$originData.orginParames.title || '';
 createApp(App).mount('#app');
 // 分享
 window.weixin_Share_Init(
+  document.title,
   '盛世中华 何以中国',
-  '',
-  'https://cxzx.smcic.net/topic/tool/img/chelogo.jpg'
+  'https://cxzx.smcic.net/topic/highSpeed/img/logo3.png'
 );