Commit 6bc7fb29 authored by liqin's avatar liqin 💬

更新src/views/screen.vue

parent 3492a38d
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
_this _this
.$https({ .$https({
method: "post", method: "post",
url: `${httpUrl}`, url: `${httpUrl}`
}) })
.then((res) => { .then((res) => {
if (res.status == 200) { if (res.status == 200) {
......
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