Skip to content

Commit 9759c99

Browse files
committed
update
1 parent 8f6683e commit 9759c99

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

eos/sample01/scatter.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,7 @@
181181
}
182182

183183
$(function(){
184-
// 每次打开页面自动清理之前已登录的 identity
185-
if (hasScatter()) {
186-
scatter.connect('SAMPLE').then(connected => {
187-
scatter.forgetIdentity().then(() => {
188-
console.log('logout success');
189-
});
190-
});
191-
}
184+
192185
})
193186

194187
</script>

0 commit comments

Comments
 (0)