Commit 120193de by xue_wengang

Update dlrz.vue

parent 3e63c0e9
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
}, },
getZxrsTwo() { getZxrsTwo() {
let self = this; let self = this;
self.doQueryRequest("", "dlcount").then((res) => { self.doQueryRequest("", "/dlcount").then((res) => {
self.activeUserNumIns = res.count; self.activeUserNumIns = res.count;
}); });
}, },
......
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