feat: move project
This commit is contained in:
commit
4a940f28ba
97 changed files with 5047 additions and 0 deletions
53
app.json
Normal file
53
app.json
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"pages": [
|
||||
"pages/home/home",
|
||||
"pages/paylist/paylist",
|
||||
"pages/news_list/home",
|
||||
"pages/news_admin_list/home",
|
||||
"pages/usercenter/index",
|
||||
"pages/detail/detail",
|
||||
"pages/detail_admin/detail",
|
||||
"pages/takephoto/takephoto",
|
||||
"pages/faxianlist/faxianlist",
|
||||
"pages/test/test",
|
||||
"pages/shop/shop",
|
||||
"pages/pay/pay",
|
||||
"pages/createpay/createpay",
|
||||
"pages/sharebuy/sharebuy",
|
||||
"pages/usercenter/info",
|
||||
"pages/sharelist/sharelist",
|
||||
"pages/webview/webview"
|
||||
],
|
||||
"tabBar": {
|
||||
"custom": true,
|
||||
"color": "#666666",
|
||||
"selectedColor": "#FF5F15",
|
||||
"backgroundColor": "#ffffff",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/home",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/faxianlist/faxianlist",
|
||||
"text": "分销"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/usercenter/index",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"requiredPrivateInfos": [],
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"usingComponents": {},
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"permission": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue