Sendya 6 жил өмнө
parent
commit
ffa7c674c3

+ 1 - 3
src/components/menu/index.js

@@ -44,7 +44,6 @@ export default {
     this.updateMenu()
   },
   watch: {
-    /*
     collapsed(val) {
       if (val) {
         this.cachedOpenKeys = this.openKeys.concat()
@@ -53,7 +52,6 @@ export default {
         this.openKeys = this.cachedOpenKeys
       }
     },
-    */
     $route: function() {
       this.updateMenu()
     }
@@ -134,7 +132,7 @@ export default {
         props: {
           theme: this.$props.theme,
           mode: this.$props.mode,
-          // openKeys: this.openKeys,
+          openKeys: this.openKeys,
           selectedKeys: this.selectedKeys
         },
         on: {

+ 7 - 1
src/views/account/settings/AvatarModal.vue

@@ -1,5 +1,11 @@
 <template>
-  <a-modal :visible="visible" title="修改头像" :maskClosable="false" :confirmLoading="confirmLoading" :width="800" @cancel="cancelHandel">
+  <a-modal
+    title="修改头像"
+    :visible="visible"
+    :maskClosable="false"
+    :confirmLoading="confirmLoading"
+    :width="800"
+    @cancel="cancelHandel">
     <a-row>
       <a-col :xs="24" :md="12" :style="{height: '350px'}">
         <vue-cropper