| | |
| | | class="hamburger-container" |
| | | @toggleClick="toggleSideBar" |
| | | /> |
| | | |
| | | <breadcrumb |
| | | class="breadcrumb-container" |
| | | :style="{marginLeft:$store.state.settings.menuIsHorizontal?'20px':''}" |
| | |
| | | </el-dropdown> |
| | | </div> |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | title="修改密码" |
| | | :visible.sync="dialogVisible" |
| | | width="500px" |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import elDragDialog from '@/directive/el-drag-dialog' |
| | | |
| | | const SER_HZ = /^[\u4e00-\u9fa5]+$/ |
| | | import { mapGetters } from 'vuex' |
| | | import MenuItemEx from './Sidebar/MenuItemEx' |
| | |
| | | Search, |
| | | Screenfull |
| | | }, |
| | | directives: { elDragDialog }, |
| | | data() { |
| | | const validatePassword1 = (rule, value, callback) => { |
| | | if (!value) { |
| | |
| | | return path |
| | | }, |
| | | variables() { |
| | | console.log(variables, 2333) |
| | | // console.log(variables, 2333) |
| | | // 先输出这个variables值 然后修改其属性值 |
| | | variables.menuActiveText = this.$store.state.settings.theme |
| | | // background: rgb(48, 65, 86); |