提交文本修改
Showing
11 changed files
with
37 additions
and
17 deletions
No preview for this file type
-
Please register or sign in to post a comment
... | ... | @@ -19,5 +19,8 @@ export default { |
}, | ||
setillegaltype(state, data) { | ||
state.illegaltype = data; | ||
}, | ||
setmapopen(state, data) { | ||
state.mapopen = data; | ||
} | ||
}; |