添加一级菜单路由,左侧菜单收缩问题及上传图片处理

This commit is contained in:
熊丽君
2021-07-20 09:55:49 +08:00
parent 916685aa02
commit 36be1fab44
7 changed files with 76 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<template>
<div>
account
</div>
</template>

View File

@ -0,0 +1,5 @@
<template>
<div>
客户管理
</div>
</template>

View File

@ -0,0 +1,5 @@
<template>
<div>
Service
</div>
</template>