Xiao_123 8 месяцев назад
Родитель
Сommit
e0b6029138
4 измененных файлов с 22 добавлено и 0 удалено
  1. 12 0
      pages.json
  2. 10 0
      pages/index/communicate.vue
  3. BIN
      static/img/message-fill.png
  4. BIN
      static/img/message.png

+ 12 - 0
pages.json

@@ -23,6 +23,12 @@
 			"style": {
 				"navigationBarTitleText": "登录/注册"
 			}
+		},
+		{
+			"path": "pages/index/communicate",
+			"style": {
+				"navigationBarTitleText": "沟通"
+			}
 		}
 	],
 	"subPackages": [
@@ -82,6 +88,12 @@
 				"iconPath": "/static/img/position.png",
 				"selectedIconPath": "/static/img/position-fill.png"
 			},
+			{
+				"pagePath": "pages/index/communicate",
+				"text": "沟通",
+				"iconPath": "/static/img/message.png",
+				"selectedIconPath": "/static/img/message-fill.png"
+			},
 			{
 				"pagePath": "pages/index/my",
 				"text": "我的",

+ 10 - 0
pages/index/communicate.vue

@@ -0,0 +1,10 @@
+<template>
+  <div>沟通</div>
+</template>
+
+<script setup>
+</script>
+
+<style scoped lang="scss">
+
+</style>

BIN
static/img/message-fill.png


BIN
static/img/message.png