diff --git a/src/views/components/CommonMenu/index.vue b/src/views/components/CommonMenu/index.vue new file mode 100644 index 0000000..800cebf --- /dev/null +++ b/src/views/components/CommonMenu/index.vue @@ -0,0 +1,48 @@ + + + diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index abc8d47..b10ca47 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -84,6 +84,18 @@ + + + + + + + + + + @@ -128,6 +140,7 @@ import RaddarChart from './dashboard/RaddarChart' import PieChart from './dashboard/PieChart' import BarChart from './dashboard/BarChart' import WordCloudChat from './dashboard/WordCloud.vue' +import CommonMenu from './components/CommonMenu' import dayjs from 'dayjs'