|
@@ -1,16 +1,21 @@
|
|
|
{
|
|
|
- "pages":[
|
|
|
+ "pages": [
|
|
|
+ "pages/logon/logon",
|
|
|
"pages/index/index",
|
|
|
"pages/logs/logs"
|
|
|
+
|
|
|
],
|
|
|
- "window":{
|
|
|
- "backgroundTextStyle":"light",
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
- "navigationBarTitleText": "Weixin",
|
|
|
- "navigationBarTextStyle":"black"
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
},
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
"usingComponents": {
|
|
|
- "van-button": "@vant/weapp/button/index"
|
|
|
+ "van-button": "@vant/weapp/button/index",
|
|
|
+ "van-icon": "@vant/weapp/icon/index",
|
|
|
+ "van-field": "@vant/weapp/field/index",
|
|
|
+ "van-image": "@vant/weapp/image/index"
|
|
|
}
|
|
|
-}
|
|
|
+}
|