|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path": "pages/index/Index", // 首页
|
|
|
+ "path": "pages/index/index", // 首页
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "",
|
|
|
"navigationStyle": "custom",
|
|
@@ -9,7 +9,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/store/StoreList",
|
|
|
+ "path": "pages/store/storeList",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "网点列表"
|
|
|
}
|