|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="dashboard-editor-container" style="background-color: #f6fbff;">
|
|
|
|
|
<Czfdzgtcx />
|
|
|
|
|
<!-- <Czfdzgtcx />-->
|
|
|
|
|
<Uni />
|
|
|
|
|
<!-- <div class=" clearfix">-->
|
|
|
|
|
<!-- <pan-thumb :image="avatar" style="float: left">-->
|
|
|
|
|
<!-- <!– Your roles:-->
|
|
|
|
@ -23,10 +24,13 @@ import PanThumb from '@/components/PanThumb'
|
|
|
|
|
|
|
|
|
|
import { dictALL} from '@/api/user'
|
|
|
|
|
import Czfdzgtcx from "@/views/dashboard/components/fd/czfdzgtcx.vue";
|
|
|
|
|
import Template from "@/views/dashboard/components/Template.vue";
|
|
|
|
|
import Content from "@/views/dashboard/components/Content.vue";
|
|
|
|
|
import Uni from "@/views/dashboard/components/Uni.vue";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: 'Dashboard',
|
|
|
|
|
components: {Czfdzgtcx, PanThumb },
|
|
|
|
|
components: {Uni, Content, Template, Czfdzgtcx, PanThumb },
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
|
|
|
|
|