|
@@ -148,7 +148,7 @@ export default {
|
|
|
this.$router.push(data.path);
|
|
|
},
|
|
|
clickSubMenu(index, code) {
|
|
|
- console.log(index, code);
|
|
|
+ // console.log(index, code);
|
|
|
},
|
|
|
clickMenu() {
|
|
|
this.dropdown = !this.dropdown;
|
|
@@ -156,8 +156,6 @@ export default {
|
|
|
changeTheme() {
|
|
|
$("#appBody").toggleClass("dark light");
|
|
|
this.$store.dispatch("changeTheme", $("#appBody").attr("class"));
|
|
|
- console.log(111111, $("#appBody").attr("class"));
|
|
|
- console.log(222222, this.$store.state.themeName);
|
|
|
this.$store.state.themeName === "dark"
|
|
|
? (this.themeName = false)
|
|
|
: (this.themeName = true);
|