docs: 优秀案例+1

This commit is contained in:
feige996
2025-06-16 11:30:01 +08:00
parent d61550f13f
commit 0fc42b862a
3 changed files with 14 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
import bairun from './佰润.png'
import jinhuopingtai from './进货平台.png'
import chengzhanggui from './橙掌柜.png'
import jiansuotong from './监所通.png'
import jiansuoyou from './监所邮.png'
const cases = [
{
name: '佰润',
@@ -24,6 +26,16 @@ const cases = [
desc: '月销200w+',
image: chengzhanggui,
},
{
name: '监所通',
desc: '出入所管理',
image:jiansuotong,
},
{
name: '监所邮',
desc: '寄信管理',
image: jiansuoyou,
},
]
</script>
@@ -34,6 +46,8 @@ const cases = [
<span class="case-desc">{{ item.desc }}</span>
</template>
<el-image :src="item.image" />
![alt text](image.png)
![alt text](image-1.png)
</el-card>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB