diff --git a/src/App.vue b/src/App.vue index 1354f2a..f4171df 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,6 @@
-
@@ -28,10 +27,10 @@ export default { }, }; }, - created () { + created() { // 行政区域树状 xzTree().then((res) => { - localStorage.setItem("TREE_DATA",JSON.stringify(res.data)) + localStorage.setItem("TREE_DATA", JSON.stringify(res.data)); }); }, }; diff --git a/src/layout/newyjLayout.vue b/src/layout/newyjLayout.vue index 233bd20..a66151d 100644 --- a/src/layout/newyjLayout.vue +++ b/src/layout/newyjLayout.vue @@ -1,3 +1,11 @@ +