forked from ard/ruoyi-api

‘liusuyi’
2023-06-21 e2ea7986cf5e27e448a25c48c8c4cc771c067b0e
1
2
3
4
5
6
7
8
9
var app = document.getElementById('app')
if (typeof Promise === 'undefined') {
  // skip this test in IE
  app.textContent = window.getCurrentScript().src
} else {
  Promise.resolve().then(function() {
    app.textContent = window.getCurrentScript().src
  })
}