@@ -3,7 +3,7 @@
<el-header style="background-color:#545c64">
<el-row type="flex" style="height:100%;" justify="space-between" align="middle">
<div style="color:#fff">
- <span class="title" style="font-size: 18px">椰子充值后台管理系统</span>
+ <span class="title" style="font-size: 18px">商户后台管理系统</span>
</div>
<div>
<el-dropdown @command="onUserEdit">
@@ -2,7 +2,7 @@
<el-card class="bankDeposit">
<el-row :gutter="20">
- <el-col :span="10">
+ <!-- <el-col :span="10">
<el-form >
<el-form-item label="银行账号:">
91160078801200002500
@@ -17,7 +17,7 @@
代收款/代付款
</el-form-item>
</el-form>
- </el-col>
+ </el-col> -->
<el-col :span="14">
<el-form :model="balanceForm">
<el-form-item v-if="credit_bonus" label="授信可用金额:">
@@ -27,7 +27,7 @@ module.exports = {
// 在 dist/index.html 的输出
filename: 'index.html',
// 当使用 title 选项时,template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
- title: '椰子充值后台管理系统程序',
+ title: '购物商城管理',
},
devServer: {