Explorar el Código

修改左侧导航功能

shilin hace 4 años
padre
commit
d1b72029e3
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      components/drawer/threeLineDrawer.vue

+ 6 - 1
components/drawer/threeLineDrawer.vue

@@ -66,7 +66,12 @@
 			},
 			closeDrawer: function() {
 				this.drawerIsShow = false;
-				this.$parent.leftbar();
+				
+				if(this.$parent!=undefined)
+				{
+					this.$parent.leftbar();
+				}
+				
 			},
 			clickChangeColor: function(index) {
 				this.changeGary = index;