|
@@ -1,5 +1,6 @@
|
|
{
|
|
{
|
|
"pages": [
|
|
"pages": [
|
|
|
|
+ "pages/change/change",
|
|
"pages/log-on/log-on",
|
|
"pages/log-on/log-on",
|
|
"pages/index/index",
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/logs/logs",
|
|
@@ -12,16 +13,13 @@
|
|
"pages/order_search/order_search",
|
|
"pages/order_search/order_search",
|
|
"pages/add/add",
|
|
"pages/add/add",
|
|
"pages/Store-Management/Store-Management"
|
|
"pages/Store-Management/Store-Management"
|
|
-
|
|
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
-
|
|
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
},
|
|
-
|
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
"list": [
|
|
"list": [
|
|
{
|
|
{
|
|
@@ -59,6 +57,5 @@
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-calendar": "@vant/weapp/calendar/index"
|
|
"van-calendar": "@vant/weapp/calendar/index"
|
|
},
|
|
},
|
|
-
|
|
|
|
"sitemapLocation": "sitemap.json"
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|
|
}
|