@@ -82,6 +82,15 @@
}
},
{
+ "path": "pages/matters/matters",
+ "style": {
+ "usingComponents": {},
+ "navigationBarBackgroundColor": "#07c160",
+ "navigationBarTextStyle": "white",
+ "navigationBarTitleText": "我的事项"
+ }
+ },
+ {
"path": "pages/sannong/sannong",
"style": {
"usingComponents": {
@@ -0,0 +1,11 @@
+<template>
+ <view class="">
+ 我的事项
+ </view>
+</template>
+
+<script>
+</script>
+<style>
+</style>
@@ -38,6 +38,11 @@ export default {
id: 'wenba/wenba',
name: '我的问答',
open: false,
+ id: 'matters/matters',
+ name: '我的事项',
+ open: false,
]
};