fix: 修改文件建构

This commit is contained in:
奔跑的面条
2022-04-14 10:05:57 +08:00
parent 9e9410533c
commit 3c85322450
76 changed files with 76 additions and 117 deletions
-9
View File
@@ -32,7 +32,6 @@ import Person from './person.png'
import { icon } from '@/plugins'
const {
DocumentTextIcon,
ChatboxEllipsesIcon,
PersonIcon,
LogOutOutlineIcon,
@@ -78,11 +77,6 @@ const options = ref([
type: 'divider',
key: 'd1'
},
{
label: renderLang('global.doc'),
key: 'doc',
icon: renderIcon(DocumentTextIcon)
},
{
label: renderLang('global.contact'),
key: 'contact',
@@ -116,9 +110,6 @@ const sysSetHandle = () => {
const handleSelect = (key: string) => {
switch (key) {
case 'doc':
openDoc()
break
case 'contact':
openDoc()
break