Browse Source

路由文件

DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
5ca86f2c1e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/pages.json

+ 8 - 0
src/pages.json

@@ -145,6 +145,14 @@
 			"style": {
 			"style": {
 				"navigationStyle": "custom"
 				"navigationStyle": "custom"
 			}
 			}
+		},
+		{
+			// 门店列表
+			"path": "pages/map/index",
+			"style": {
+				"navigationBarTitleText": "附近门店",
+				"navigationStyle": "custom"
+			}
 		}
 		}
 	]
 	]
 }
 }