|
@@ -4,7 +4,12 @@
|
|
<el-row type="flex" style="height:100%;" justify="space-between" align="middle">
|
|
<el-row type="flex" style="height:100%;" justify="space-between" align="middle">
|
|
<div style="color:#fff">
|
|
<div style="color:#fff">
|
|
<span>椰子后台管理系统</span>
|
|
<span>椰子后台管理系统</span>
|
|
- <i class="el-icon-s-home" style="margin-left:100px" @click="$router.push('/')"></i>
|
|
|
|
|
|
+ <i class="el-icon-s-home" style="margin-left:120px" @click="$router.push('/')"></i>
|
|
|
|
+ <!-- 下载文档地址 -->
|
|
|
|
+ <!-- <a href="http://jiayouka.5800cc.com/manual.docx" download="test.docx" style="margin-left:30px;font-size: 14px;color:#fff;text-decoration:none">
|
|
|
|
+ <i class="el-icon-document"></i>
|
|
|
|
+ API文档
|
|
|
|
+ </a> -->
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<el-dropdown @command="onUserEdit">
|
|
<el-dropdown @command="onUserEdit">
|
|
@@ -49,7 +54,7 @@
|
|
<span slot="title">充值</span>
|
|
<span slot="title">充值</span>
|
|
</el-menu-item>
|
|
</el-menu-item>
|
|
<el-menu-item index="order" route="order">
|
|
<el-menu-item index="order" route="order">
|
|
- <i class="el-icon-document"></i>
|
|
|
|
|
|
+ <i class="el-icon-edit-outline"></i>
|
|
<span slot="title">订单统计</span>
|
|
<span slot="title">订单统计</span>
|
|
</el-menu-item>
|
|
</el-menu-item>
|
|
<el-menu-item index="message" route="message">
|
|
<el-menu-item index="message" route="message">
|