| 1234567891011121314151617181920212223242526272829303132333435 |
- export function navList(that) {
- return [
- {
- label: "base.d0",
- tel: "home",
- icon: "static/img/base_home_0.png",
- activeIcon: "static/img/base_home_1.png",
- },
-
- {
- label: "base.a3",
- tel: "option-list",
- icon: "static/img/base_qukuai_0.png",
- activeIcon: "static/img/base_qukuai_1.png",
- },
- {
- label: "exchange.a0",
- tel: "exchange-operation",
- icon: "static/img/base_link_0.png",
- activeIcon: "static/img/base_link_1.png",
- },
- {
- label: "exchange.a2",
- tel: "contract",
- icon: "static/img/base_caidan_0.png",
- activeIcon: "static/img/base_caidan_1.png",
- },
- {
- label: "base.d2",
- tel: "mine",
- icon: "static/img/base_assets_0.png",
- activeIcon: "static/img/base_assets_1.png",
- },
- ];
- }
|