12345678910111213141516171819202122232425262728293031323334 |
- export function navList(that) {
- return [
- {
- label: "home.d0",
- tel: "index",
- icon: "static/tabBar/shouye.png",
- activeIcon: "static/tabBar/shouye-home.png",
- },
- {
- label: "home.d1",
- tel: "pledge",
- icon: "static/tabBar/baoya.png",
- activeIcon: "static/tabBar/baoya-home.png",
- },
-
-
-
-
-
-
- {
- label: "home.d3",
- tel: "information",
- icon: "static/tabBar/zixun.png",
- activeIcon: "static/tabBar/zixun-home.png",
- },
- {
- label: "home.d4",
- tel: "user",
- icon: "static/tabBar/my.png",
- activeIcon: "static/tabBar/my-home.png",
- },
- ];
- }
|