Commit 9e83840f by qlintonger xeno

录制完毕初步+5

parent eea84c9d
......@@ -132,10 +132,7 @@ const uploadMuFile = (option: any, type: string) => {
}
function convertURL(string: string) {
return string.replace(
string.substring(0, string.indexOf('/upload')),
location.origin
)
return string.replace(/^http:\/\/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d{1,5}/, "https://ifar.test.com:440");
}
const mapChatMessageQueue = computed(function () {
......
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