|
@@ -1,19 +1,27 @@
|
|
|
{
|
|
|
- "pages":[
|
|
|
+ "pages": [
|
|
|
+ "pages/ModifyProduct/ModifyProduct",
|
|
|
+ "pages/addProduct/addProduct",
|
|
|
"pages/index/index",
|
|
|
"pages/logs/logs",
|
|
|
"pages/aaa/abc",
|
|
|
"pages/bbb/bbc",
|
|
|
"pages/ccc/cbc"
|
|
|
],
|
|
|
- "window":{
|
|
|
- "backgroundTextStyle":"light",
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
"navigationBarTitleText": "Weixin",
|
|
|
- "navigationBarTextStyle":"black"
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
},
|
|
|
"usingComponents": {
|
|
|
"van-button": "@vant/weapp/button",
|
|
|
+<<<<<<< HEAD
|
|
|
+ "van-card": "@vant/weapp/card/index",
|
|
|
+ "van-image": "@vant/weapp/image/index",
|
|
|
+ "van-row": "@vant/weapp/row/index",
|
|
|
+ "van-col": "@vant/weapp/col/index"
|
|
|
+=======
|
|
|
"van-empty": "@vant/weapp/empty/index",
|
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
|
"van-row": "@vant/weapp/row/index",
|
|
@@ -29,7 +37,7 @@
|
|
|
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
|
|
|
"van-card": "@vant/weapp/card/index",
|
|
|
"van-swipe-cell": "@vant/weapp/swipe-cell/index"
|
|
|
+>>>>>>> e381d23c13a633326fbf79f4eefcf2ce78db8543
|
|
|
},
|
|
|
-
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
+}
|