lifanagju_citu 8 月之前
父节点
当前提交
7cdbfe50ee
共有 2 个文件被更改,包括 12 次插入2 次删除
  1. 2 2
      pages.json
  2. 10 0
      pages/position/index.vue

+ 2 - 2
pages.json

@@ -7,7 +7,7 @@
 			}
 		},
 		{
-			"path": "pages/index/position",
+			"path": "pages/position/index",
 			"style": {
 				"navigationBarTitleText": "职位"
 			}
@@ -46,7 +46,7 @@
 				"selectedIconPath": "/static/img/home-fill.png"
 			},
 			{
-				"pagePath": "pages/index/position",
+				"pagePath": "pages/position/index",
 				"text": "职位",
 				"iconPath": "/static/img/position.png",
 				"selectedIconPath": "/static/img/position-fill.png"

+ 10 - 0
pages/position/index.vue

@@ -0,0 +1,10 @@
+<template>
+  <view>position</view>
+</template>
+
+<script setup>
+</script>
+
+<style scoped lang="scss">
+
+</style>