src/pages/cameraPlayer/index/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/cameraPlayer/index/App.vue
@@ -77,6 +77,10 @@ } let usrPassword = input.slice(userinfoSplitPos + 1, userinfoEndPos) if (usrPassword.indexOf("@") != -1) { return input } let encodePassword = encodeURIComponent(usrPassword) return input.replace(usrPassword, encodePassword)