|
@@ -1,10 +1,10 @@
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
"pages": [
|
|
|
"pages/index/index",
|
|
|
"pages/logs/logs",
|
|
|
"pages/billing_Statistics/index",
|
|
|
- "pages/store_Management/index"
|
|
|
+ "pages/store_Management/index",
|
|
|
+ "pages/increase/increase"
|
|
|
],
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -13,25 +13,9 @@
|
|
|
"navigationBarTextStyle": "black"
|
|
|
},
|
|
|
"usingComponents": {
|
|
|
- "van-button": "@vant/weapp/button"
|
|
|
+ "van-button": "@vant/weapp/button",
|
|
|
+ "van-field": "@vant/weapp/field/index",
|
|
|
+ "van-uploader": "@vant/weapp/uploader/index"
|
|
|
},
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
-=======
|
|
|
- "pages":[
|
|
|
- "pages/index/index",
|
|
|
- "pages/logs/logs"
|
|
|
- ],
|
|
|
- "window":{
|
|
|
- "backgroundTextStyle":"light",
|
|
|
- "navigationBarBackgroundColor": "#fff",
|
|
|
- "navigationBarTitleText": "Weixin",
|
|
|
- "navigationBarTextStyle":"black"
|
|
|
- },
|
|
|
- "usingComponents": {
|
|
|
- "van-button":"@vant/weapp/button"
|
|
|
- },
|
|
|
-
|
|
|
- "sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
->>>>>>> 2e65b556490cfe24940c679f526c85a7b019b6c7
|
|
|
+}
|