Commit 0b61af44 authored by wangmeng's avatar wangmeng

Merge branch 'dev_wm' into 'master'

森林状态

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