feat:登录接口接入

This commit is contained in:
有来技术
2021-11-26 23:57:59 +08:00
parent 40aeda6bfc
commit d055a11921
10 changed files with 141 additions and 97 deletions

View File

@@ -10,14 +10,7 @@
<el-submenu v-else ref="subMenu" :index="resolvePath(item.path)" popper-append-to-body>
<template #title>
<svg
v-if="item.meta && item.meta.icon"
class="icon"
aria-hidden="true"
font-size="16px"
>
<use :xlink:href="item.meta.icon" />
</svg>
<span v-if="item.meta && item.meta.title">{{
t("route." + item.meta.title)
}}</span>
@@ -36,7 +29,7 @@
</template>
<script>
import path from 'path'
import path from 'path-browserify'
import { isExternal } from '@utils/validate'
import AppLink from './Link.vue'