diff --git a/src/components/Business/App/AppInput.vue b/src/components/Business/App/AppInput.vue new file mode 100644 index 0000000..1e6b3f0 --- /dev/null +++ b/src/components/Business/App/AppInput.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index 0e18dbf..b953362 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -62,7 +62,7 @@ {{ item.title }}
- {{ item.count }} + {{ item.count }}
@@ -286,13 +286,15 @@ export default { icon: 'el-icon-s-shop', title: '合作意向', count: 0, - color: '#409EFF' + color: '#409EFF', + path: '/intention/intention' }, { icon: 'el-icon-money', title: '提现申请', count: 0, - color: '#67C23A' + color: '#67C23A', + path: '/money/withdraw' } ], // 日期选择器配置