|
|
|
@ -44,6 +44,7 @@ |
|
|
|
<script> |
|
|
|
import Home from "./home"; |
|
|
|
import ExchangeOperation from "./exchange-operation"; |
|
|
|
import Purchase from "../purchase/index"; |
|
|
|
import Mine from "./mine"; |
|
|
|
import OptionList from "./option-list"; |
|
|
|
// import List from "./list"; |
|
|
|
@ -55,7 +56,8 @@ export default { |
|
|
|
ExchangeOperation, |
|
|
|
OptionList, |
|
|
|
Mine, |
|
|
|
Contract |
|
|
|
Contract, |
|
|
|
Purchase |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
navList() { |
|
|
|
@ -73,8 +75,9 @@ export default { |
|
|
|
activeIcon: "static/img/base_link_1.png", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: this.$t("base.a4"), |
|
|
|
tel: "option-list", |
|
|
|
// label: this.$t("base.a4"),a5 |
|
|
|
label: this.$t("purchase.a5"), |
|
|
|
tel: "purchase", |
|
|
|
icon: "static/img/base_qukuai_0.png", |
|
|
|
activeIcon: "static/img/base_qukuai_1.png", |
|
|
|
}, |
|
|
|
|