xiaohaizhao 1 год назад
Родитель
Сommit
05718b55ee
2 измененных файлов с 15 добавлено и 0 удалено
  1. 2 0
      pages.json
  2. 13 0
      team/userCenter/personal.vue

+ 2 - 0
pages.json

@@ -104,6 +104,8 @@
 			"style": {
 				"navigationStyle": "custom"
 			}
+		}, {
+			"path": "userCenter/personal"
 		}]
 	}],
 	"preloadRule": {

+ 13 - 0
team/userCenter/personal.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        个人信息编辑
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>