提交 da921894 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 b9f235c4
...@@ -35,6 +35,7 @@ const adminMenus: IMenuItem[] = [ ...@@ -35,6 +35,7 @@ const adminMenus: IMenuItem[] = [
{ {
name: '智能营销', name: '智能营销',
path: '/admin/lab', path: '/admin/lab',
tag: ['v1-backend-experiment', 'v1-teacher'],
children: [ children: [
{ {
name: '实验管理', name: '实验管理',
......
import type { Component } from 'vue' import type { Component } from 'vue'
export interface IMenuItem { export interface IMenuItem {
tag?: string tag?: string | string[]
name: string name: string
path: string path: string
icon?: Component icon?: Component
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论