减少日志

This commit is contained in:
tangly1024
2023-07-28 20:45:46 +08:00
parent beeed7f632
commit e1976aaf3e
8 changed files with 6 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ function initRevolverMaps () {
Promise.all([
loadExternalResource('https://rf.revolvermaps.com/0/0/8.js?i=5jnp1havmh9&m=0&c=ff0000&cr1=ffffff&f=arial&l=33')
]).then(() => {
console.log('地图加载完成')
// console.log('地图加载完成')
})
}
}