更新首页

master
zccbbg 2 years ago
parent 2928c5a91d
commit 68e6cc6c0d

@ -5,8 +5,8 @@ VUE_APP_TITLE = 若依商城管理系统,开源免费,软件开发,微信小程
ENV = 'development' ENV = 'development'
# 若依管理系统/开发环境 # 若依管理系统/开发环境
#VUE_APP_BASE_API = 'http://mall.ichengle.top/api' VUE_APP_BASE_API = 'https://mall.ichengle.top/api'
VUE_APP_BASE_API = '/dev-api' #VUE_APP_BASE_API = '/dev-api'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

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

Loading…
Cancel
Save