|
|
|
@ -63,11 +63,11 @@ function requestForSignatrue (callback) {
|
|
|
|
|
export function configShareForIndex (path) {
|
|
|
|
|
requestForSignatrue(() => {
|
|
|
|
|
var shareData = {
|
|
|
|
|
title: 'EduCoder - 首页',
|
|
|
|
|
desc: 'Educoder是一个面向计算机类的互联网IT教育和实战平台,提供企业级工程实训,以实现工程化专业教学的自动化和智能化。高校和企业人员可以在此开展计算机实践性教学活动,将传统的知识传授和时兴的工程实战一体化。',
|
|
|
|
|
link: host + (path || ''),
|
|
|
|
|
imgUrl: window.__testImageUrl
|
|
|
|
|
|| host + '/react/build/images/share_logo_icon.jpg'
|
|
|
|
|
title: 'EduCoder - 首页',
|
|
|
|
|
desc: 'Educoder是一个面向计算机类的互联网IT教育和实战平台,提供企业级工程实训,以实现工程化专业教学的自动化和智能化。高校和企业人员可以在此开展计算机实践性教学活动,将传统的知识传授和时兴的工程实战一体化。',
|
|
|
|
|
link: host + (path || ''),
|
|
|
|
|
imgUrl: window.__testImageUrl
|
|
|
|
|
|| host + '/react/build/images/share_logo_icon.jpg'
|
|
|
|
|
};
|
|
|
|
|
share(shareData)
|
|
|
|
|
})
|
|
|
|
|