|
@@ -1,17 +1,22 @@
|
|
|
{
|
|
|
- "pages":[
|
|
|
+ "pages": [
|
|
|
+ "pages/ModifyProduct/ModifyProduct",
|
|
|
+ "pages/addProduct/addProduct",
|
|
|
"pages/index/index",
|
|
|
"pages/logs/logs"
|
|
|
],
|
|
|
- "window":{
|
|
|
- "backgroundTextStyle":"light",
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
"navigationBarTitleText": "Weixin",
|
|
|
- "navigationBarTextStyle":"black"
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
},
|
|
|
"usingComponents": {
|
|
|
- "van-button": "@vant/weapp/button"
|
|
|
+ "van-button": "@vant/weapp/button",
|
|
|
+ "van-card": "@vant/weapp/card/index",
|
|
|
+ "van-image": "@vant/weapp/image/index",
|
|
|
+ "van-row": "@vant/weapp/row/index",
|
|
|
+ "van-col": "@vant/weapp/col/index"
|
|
|
},
|
|
|
-
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
+}
|