|
@@ -15,6 +15,10 @@ window.weixin_Share_Init(
|
|
|
'https://cxzx.smcic.net/topic/activity/chatGptChat.html?' + Date.now()
|
|
|
);
|
|
|
|
|
|
+window.appLoginSuccess = () => {
|
|
|
+ console.log("登录");
|
|
|
+ window.location.reload();
|
|
|
+ };
|
|
|
// var SL = new window.SmcicLogger('shanshipin', 'c6124d95');
|
|
|
// SL.Util.SetUrl('https://collect.smcic.net:8443/');
|
|
|
// SL.Systematic.Init({
|