粉丝管理
This commit is contained in:
22
src/views/lb-business/shopping-manage/index.vue
Normal file
22
src/views/lb-business/shopping-manage/index.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card shadow="never">
|
||||
<div class="page-placeholder">购物管理</div>
|
||||
</el-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'LbShoppingManage'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.page-placeholder {
|
||||
padding: 40px 0;
|
||||
text-align: center;
|
||||
color: #909399;
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user