无人机管理后台前端(已迁走)
shuishen
2025-06-26 0427ddd58a0132cb23f041927d49c2b6ef3bae00
src/utils/util.js
@@ -130,6 +130,16 @@
   return `${url.substring(0, lastDotIndex)}_small${url.substring(lastDotIndex)}`
}
/**
 * 获取正射路径
 * @param url
 * @returns {string}
 */
export const getzsSmallImg = url => {
   if (!url) return ''
   const lastDotIndex = url.lastIndexOf('.')
   return `${url.substring(0, lastDotIndex)}_small.jpeg`
}
/**
 * 浏览器判断是否全屏
 */
export const fullscreenEnable = () => {