Commit f356a3e8 authored by Mac's avatar Mac

1

parent b0612d0a
...@@ -87,6 +87,9 @@ export function UploadViittoFile(path, file, callback) { ...@@ -87,6 +87,9 @@ export function UploadViittoFile(path, file, callback) {
vtUploadUrl = "http://upload.oytour.com"; vtUploadUrl = "http://upload.oytour.com";
viewFileUrl = "https://imgfile.oytour.com"; viewFileUrl = "https://imgfile.oytour.com";
} else if (locationName.indexOf('oytour') !== -1) { } else if (locationName.indexOf('oytour') !== -1) {
vtUploadUrl = "http://upload.oytour.com";
viewFileUrl = "https://imgfile.oytour.com";
}else if (locationName.indexOf('kookaku') !== -1) {
vtUploadUrl = "https://upload.oytour.com"; vtUploadUrl = "https://upload.oytour.com";
viewFileUrl = "https://imgfile.oytour.com"; viewFileUrl = "https://imgfile.oytour.com";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment