feat: move project
This commit is contained in:
commit
4a940f28ba
97 changed files with 5047 additions and 0 deletions
16
custom-tab-bar/data.js
Normal file
16
custom-tab-bar/data.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
export default [{
|
||||
icon: 'home',
|
||||
text: '动态',
|
||||
url: 'pages/home/home',
|
||||
},
|
||||
{
|
||||
icon: 'share',
|
||||
text: '分销',
|
||||
url: 'pages/faxianlist/faxianlist',
|
||||
},
|
||||
{
|
||||
icon: 'person',
|
||||
text: '我的',
|
||||
url: 'pages/usercenter/index',
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue