Commit a0bde49c authored by 全球's avatar 全球

森林状态

parent fe77f4a6
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
this.$router.push({ name: urlName }); this.$router.push({ name: urlName });
}, },
getstatus() { getstatus() {
const userId = 13933770003; const userId = JSON.parse(localStorage.getItem("user")).userId;
const _this = this; const _this = this;
getForestStatus(userId) getForestStatus(userId)
.then(res => { .then(res => {
......
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