|
@@ -19,6 +19,8 @@ import studentNormal from './images/studentNormal.png';
|
|
|
import dataIcon from './images/dataIcon.png'
|
|
|
import dataNormal from './images/dataNormal.png'
|
|
|
import SilderItem from './modals/silderItem';
|
|
|
+import icon_1_1 from './images/icon_1_1.png';
|
|
|
+import icon_1_2 from './images/icon_1_2.png';
|
|
|
import { onBeforeRouteUpdate, useRoute, useRouter } from 'vue-router';
|
|
|
export default defineComponent({
|
|
|
name: 'layoutSilder',
|
|
@@ -67,6 +69,14 @@ export default defineComponent({
|
|
|
path: '/prepare-lessons'
|
|
|
},
|
|
|
{
|
|
|
+ activeIcon: icon_1_1,
|
|
|
+ name: '制谱',
|
|
|
+ normalIcon: icon_1_2,
|
|
|
+ isActive: false,
|
|
|
+ id: 8,
|
|
|
+ path: '/notation'
|
|
|
+ },
|
|
|
+ {
|
|
|
activeIcon: kuIcon,
|
|
|
name: '小酷AI',
|
|
|
normalIcon: kuNormal,
|
|
@@ -91,14 +101,7 @@ export default defineComponent({
|
|
|
id: 7,
|
|
|
path: '/data-module'
|
|
|
},
|
|
|
- {
|
|
|
- activeIcon: setIcon,
|
|
|
- name: '创作',
|
|
|
- normalIcon: setNormal,
|
|
|
- isActive: false,
|
|
|
- id: 8,
|
|
|
- path: '/notation'
|
|
|
- }
|
|
|
+
|
|
|
// {
|
|
|
// activeIcon: setIcon,
|
|
|
// name: '设置',
|