|
@@ -1,4 +1,26 @@
|
|
|
{
|
|
|
+<<<<<<< HEAD
|
|
|
+ "pages":[
|
|
|
+ "pages/index/index",
|
|
|
+ "pages/logs/logs"
|
|
|
+ ],
|
|
|
+ "window":{
|
|
|
+ "backgroundTextStyle":"light",
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ "navigationBarTitleText": "商家端",
|
|
|
+ "navigationBarTextStyle":"black"
|
|
|
+ },
|
|
|
+ "usingComponents": {
|
|
|
+ "van-button":"@vant/weapp/button",
|
|
|
+ "van-tab": "@vant/weapp/tab/index",
|
|
|
+ "van-tabs": "@vant/weapp/tabs/index"
|
|
|
+ },
|
|
|
+
|
|
|
+ "sitemapLocation": "sitemap.json"
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+=======
|
|
|
"pages": [
|
|
|
"pages/index/index",
|
|
|
"pages/logs/logs",
|
|
@@ -29,4 +51,5 @@
|
|
|
"van-image": "@vant/weapp/image/index"
|
|
|
},
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
+}
|
|
|
+>>>>>>> 433a4c6b7ddd90c2c9e3d215e91e2fbfafb60b2c
|