20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/agreement/agreement",
|
|
"pages/my/my"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {
|
|
"page-plugin": "pages/components/page-plugin"
|
|
},
|
|
"resolveAlias": {
|
|
"@/*": "/*"
|
|
}
|
|
} |