添加一级菜单路由,左侧菜单收缩问题及上传图片处理
This commit is contained in:
5
src/views/account/index.vue
Normal file
5
src/views/account/index.vue
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
account
|
||||
</div>
|
||||
</template>
|
5
src/views/customer/index.vue
Normal file
5
src/views/customer/index.vue
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
客户管理
|
||||
</div>
|
||||
</template>
|
5
src/views/service/index.vue
Normal file
5
src/views/service/index.vue
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Service
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user