This commit is contained in:
qzl 2022-01-04 10:08:33 +08:00
parent ed60c6e1c8
commit 26382b3290
6 changed files with 20 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

View File

@ -1,12 +1,18 @@
<template>
<div class="app-container home">
<el-row :gutter="20">
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>若依后台管理框架</h2>
<p>
一直想做一款后台管理系统看了很多优秀的开源项目但是发现没有合适自己的于是利用空闲休息时间开始自己写一套后台系统如此有了若依管理系统她可以用于所有的Web应用程序如网站管理后台网站会员中心CMSCRMOA等等当然您也可以对她进行深度定制以做出更强系统所有前端后台代码封装过后十分精简易上手出错概率低同时支持移动客户端访问系统会陆续更新一些实用功能
</p>
</el-col>
<div class="index_img">
<p>1.客户管理类</p>
<img src="../../public/客户管理类.png" />
<p>2. 电商管理类</p>
<img src="../../public/电商管理类.png" />
<p>3. 会员管理类</p>
<img src="../../public/会员管理类.png" />
<p>4. 充值系统类</p>
<img src="../../public/充值系统类.png" />
<p>5. 商户系统类</p>
<img src="../../public/商户系统类.png" />
</div>
</el-row>
<el-divider />
</div>
@ -30,6 +36,14 @@ export default {
</script>
<style scoped lang="scss">
.index_img {
font-size: xx-large;
img {
width: 100%;
height: 100%;
}
}
.home {
blockquote {
padding: 10px 20px;