@@ -34,3 +34,2 @@ <template> | ||
| <script> | ||
| import { getAllCategoryTree } from "../../../api/common"; | ||
| export default { | ||
@@ -57,9 +56,6 @@ name: "iHeader", | ||
| logout() { | ||
| localStorage.clear(); | ||
| this.$router.push("/login"); | ||
| this.$emit("logout"); | ||
| }, | ||
| changePwd() { | ||
| getAllCategoryTree().then((res) => { | ||
| this.form = res.data; | ||
| }); | ||
| this.$emit("changePwd"); | ||
| }, | ||
@@ -66,0 +62,0 @@ }, |
+1
-1
| { | ||
| "name": "forbase", | ||
| "version": "1.0.39", | ||
| "version": "1.0.40", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
28691
-0.52%