forked from ard/ruoyi-api

‘liusuyi’
2024-03-16 6ada73bea0944ea48730e0d2e7cb4d6e6c1f81c1
1
2
3
4
5
6
7
if (!('currentScript' in document)) {
  Object.defineProperty(document, 'currentScript', { get: window.getCurrentScript })
}
 
if (document.currentScript) {
  document.getElementById('app').textContent = 'It works!'
}