Commit 1d22e10b by nningxx

修改 uel

parent 6d587a4e
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
config = {}, config = {},
errorMessage = "操作失败,请稍后重试", errorMessage = "操作失败,请稍后重试",
contentType = "application/json", contentType = "application/json",
baseurl="https://tht.dws.rokecloud.com" baseurl=""
) { ) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
if (!url) reject(null) if (!url) reject(null)
......
...@@ -374,7 +374,7 @@ ...@@ -374,7 +374,7 @@
config = {}, config = {},
errorMessage = "操作失败,请稍后重试", errorMessage = "操作失败,请稍后重试",
contentType = "application/json", contentType = "application/json",
baseurl = "https://tht.dws.rokecloud.com" baseurl = ""
) { ) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
if (!url) reject(null) if (!url) reject(null)
......
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