项目初始化
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/logs/logs"
|
||||
"pages/logs/logs",
|
||||
"pages/home/home",
|
||||
"pages/chat/chat",
|
||||
"pages/user/user",
|
||||
"pages/user-login/user-login"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#f5f7fa"
|
||||
},
|
||||
"componentFramework": "glass-easel",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
|
||||
Reference in New Issue
Block a user