Commit ffa7c674 by Sendya

chore: cleanup

parent 7d611cff
......@@ -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: {
......
<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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment