更新首页

master
zccbbg 2 years ago
parent 30c5591687
commit 414aa6f9e7

@ -6,4 +6,4 @@ ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = 'https://mall.ichengle.top/api'
VUE_APP_JUDGE_STAR = 1
VUE_APP_JUDGE_STAR = 0

@ -31,6 +31,7 @@ npm run build:prod
http://mall.ichengle.top
### 小程序和h5
<img src="doc/小程序演示.jpg" width="200px">
<img src="doc/快递小程序.jpg" width="200px">
<img src="doc/h5演示.png" width="200px">
## CSDN若依技术专栏

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

@ -46,8 +46,15 @@
fit="fill"
></el-image>
</el-col>
<el-col :span="3">
<el-image
style="height: 150px"
:src="require('@/assets/QRCode/express.jpg')"
fit="fill"
></el-image>
</el-col>
<el-col :span="6">
<el-col :span="5">
<el-card shadow="always" style="padding-bottom: 30px">
<div slot="header"><span>售后</span></div>
<ul style="margin-top: 10px">
@ -66,7 +73,7 @@
</ul>
</el-card>
</el-col>
<el-col :span="12">
<el-col :span="10">
<el-card shadow="always" style="padding-bottom: 30px">
<div slot="header"><span>订单</span></div>
<div>

Loading…
Cancel
Save