Browse Source

Merge branch 'master' into 团队管理

xiaohaizhao 1 năm trước cách đây
mục cha
commit
390c3d1f90
2 tập tin đã thay đổi với 15 bổ sung0 xóa
  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>