| | |
| | | <template>
|
| | | <div class="left-menu">
|
| | | <div class="user-img">
|
| | | <img src="/images/hashrate/独立场景空页面.png" alt="" />
|
| | | <img src="/images/hashrate/s_empty.png" alt="" />
|
| | | </div>
|
| | | <div class="user-name">{{ userInfo.username }}</div>
|
| | |
|
| | |
| | | export default {
|
| | | created() {
|
| | | this.userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
|
| | | if (this.$route.query && this.$route.query.id) {
|
| | | this.activeIndex = this.$route.query.id;
|
| | | }
|
| | | },
|
| | | data() {
|
| | | return {
|
| | | menuList: [
|
| | | { name: "账户总览" },
|
| | | // { name: "账户总览" },
|
| | | { name: "订单管理" },
|
| | | { name: "消息中心" },
|
| | | // { name: "消息中心" },
|
| | | { name: "基本资料" },
|
| | | { name: "子账户管理" },
|
| | | ],
|