Ver Código Fonte

新建加好友

liuxiaona 2 anos atrás
pai
commit
e029110101

+ 13 - 0
project/src/components/marketingGuest/batchAddFriend/index.vue

@@ -0,0 +1,13 @@
1
+<template>
2
+
3
+</template>
4
+
5
+<script>
6
+export default {
7
+  name: "index"
8
+}
9
+</script>
10
+
11
+<style scoped>
12
+
13
+</style>

+ 11 - 0
project/src/router/allRouter.js

@@ -34,6 +34,7 @@ const wxAccountList = () => import(/* webpackChunkName: 'wxAccountList' */ '@/co
34 34
 const thePublicTrend = () => import(/* webpackChunkName: 'thePublicTrend' */ '@/components/dataBoard/thePublicTrend.vue')
35 35
 const playletFansActTrend = () => import(/* webpackChunkName: 'playletFansActTrend' */ '@/components/dataBoard/playletFansActTrend.vue')
36 36
 const H5Detial = () => import(/* webpackChunkName: 'H5Detial' */ '@/components/H5/customerDetails.vue')
37
+const batchAddFriend = () => import(/* webpackChunkName: 'batchAddFriend' */ '@/components/marketingGuest/batchAddFriend/index.vue')
37 38
 // const putOnwarning = () => import(/* webpackChunkName: 'putOnwarning' */ '@/components/dataBoard/putOnwarning/warningManage.vue')
38 39
 
39 40
 // name与菜单配置的页面路由一致
@@ -96,6 +97,16 @@ export var allRouter = [
96 97
         }
97 98
       },
98 99
       {
100
+        path: 'batchAddFriend',
101
+        name: 'batchAddFriend',
102
+        component: batchAddFriend,
103
+        meta: {
104
+          keepAlive: false,
105
+          isLogin: true,
106
+          title: '批量加好友'
107
+        }
108
+      },
109
+      {
99 110
         path: 'blackList',
100 111
         name: 'blackList',
101 112
         component: blackList,