cmy 8 months ago
parent
commit
3c0757d894
2 changed files with 15 additions and 1 deletions
  1. 7 1
      pages.json
  2. 8 0
      pages/user/ship.vue

+ 7 - 1
pages.json

@@ -152,7 +152,13 @@
 					// #endif
 					"navigationBarTitleText": "个人中心"
 				}
-			}]
+			},
+			{
+				"path": "ship",
+				"style": {
+					"navigationBarTitleText": "飞船"
+				}
+			},]
 		}
 	],
 	"globalStyle": {

+ 8 - 0
pages/user/ship.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>