加入域名(同步更新)

This commit is contained in:
chuzhongzai
2022-09-22 21:39:40 +08:00
parent dc878d3fb7
commit 295214e39a
2 changed files with 18 additions and 11 deletions
+2 -2
View File
@@ -200,11 +200,11 @@ export default {
}
function onlineGalleryReader(name){
window.open("http://100.42.234.138:8080/1/gallery/" + encodeURI(name))
window.open("http://zfile.lionwebsite.xyz/1/gallery/" + encodeURI(name))
}
function onlineVideoViewer(name){
window.open("http://100.42.234.138:8080/1/video/" + encodeURI(name + ".mp4"))
window.open("http://zfile.lionwebsite.xyz/1/video/" + encodeURI(name + ".mp4"))
}
function changeShowType(){