增加core.js的提示
This commit is contained in:
parent
56f489f6c8
commit
931c9a5dda
|
@ -1,5 +1,6 @@
|
|||
"use strict";
|
||||
new Promise(resolve => {
|
||||
// 客户端自带core.js的请注意跟进
|
||||
if ('__core-js_shared__' in window) resolve(null);
|
||||
else {
|
||||
const nonameInitialized = localStorage.getItem('noname_inited');
|
||||
|
|
Loading…
Reference in New Issue