mirror of https://gitee.com/answerdev/answer.git
fix: change ie not support promot
This commit is contained in:
parent
07753804fc
commit
595ace8012
|
@ -134,7 +134,7 @@
|
||||||
|
|
||||||
if (browerInfo.name === 'IE') {
|
if (browerInfo.name === 'IE') {
|
||||||
const div = document.getElementById('protect-brower');
|
const div = document.getElementById('protect-brower');
|
||||||
div.innerText = 'Sorry, this site does not support Internet Explorer, in order not to affect the normal use of the function, please use a more modern browser to visit. (like edge, firefox, chrome, safari.)'
|
div.innerText = 'Sorry, this site does not support Internet Explorer. In order to avoid affecting the normal use of our features, please use a more modern browser such as Edge, Firefox, Chrome, or Safari.'
|
||||||
} else {
|
} else {
|
||||||
const notSupport = defaultList.some(item => {
|
const notSupport = defaultList.some(item => {
|
||||||
if (item.name === browerInfo.name) {
|
if (item.name === browerInfo.name) {
|
||||||
|
|
Loading…
Reference in New Issue