diff --git a/src/pages/shop/IncreaseConfigure.vue b/src/pages/shop/IncreaseConfigure.vue new file mode 100644 index 0000000..9c5255a --- /dev/null +++ b/src/pages/shop/IncreaseConfigure.vue @@ -0,0 +1,27 @@ + + + + + + 欢迎语设置 + + + + 群发消息 + + + + + + + + + + + diff --git a/src/pages/shop/IncreaseGroupSendConfigure.vue b/src/pages/shop/IncreaseGroupSendConfigure.vue new file mode 100644 index 0000000..6bef8d0 --- /dev/null +++ b/src/pages/shop/IncreaseGroupSendConfigure.vue @@ -0,0 +1,55 @@ + + + + 由管理员或者业务负责人统一配置,配置后,客户将在添加成员为联系人后收到该欢迎语 + + + + + + + + + + + + 使用范围:全体成员 + + + + + + {{typeName}} + + + 取消 + + + + + + + + + diff --git a/src/pages/shop/IncreaseGroupSendConfigureAdd.vue b/src/pages/shop/IncreaseGroupSendConfigureAdd.vue new file mode 100644 index 0000000..9846a81 --- /dev/null +++ b/src/pages/shop/IncreaseGroupSendConfigureAdd.vue @@ -0,0 +1,46 @@ + + + + 选择发送给的客户 + + + + + + + + + + + + + 通知成员发送 + + + 通知成员,向选中的客户发送以上企业消息 + + + + + + + + + diff --git a/src/pages/shop/IncreaseWelcomeConfigure.vue b/src/pages/shop/IncreaseWelcomeConfigure.vue new file mode 100644 index 0000000..d522865 --- /dev/null +++ b/src/pages/shop/IncreaseWelcomeConfigure.vue @@ -0,0 +1,55 @@ + + + + 由管理员或者业务负责人统一配置,配置后,客户将在添加成员为联系人后收到该欢迎语 + + + + + + + + + + + + 使用范围:全体成员 + + + + + + {{typeName}} + + + 取消 + + + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 89aa565..7a60ceb 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -18,6 +18,10 @@ import IncreaseDataStore from '@/pages/shop/IncreaseDataStore'; import IncreaseStaffManager from '@/pages/shop/IncreaseStaffManager'; import IncreaseStaffManagerBatchAdd from '@/pages/shop/IncreaseStaffManagerBatchAdd'; import IncreaseStoreManager from '@/pages/shop/IncreaseStoreManager'; +import IncreaseConfigure from '@/pages/shop/IncreaseConfigure'; +import IncreaseGroupSendConfigure from '@/pages/shop/IncreaseGroupSendConfigure'; +import IncreaseWelcomeConfigure from '@/pages/shop/IncreaseWelcomeConfigure'; +import IncreaseGroupSendConfigureAdd from '@/pages/shop/IncreaseGroupSendConfigureAdd'; Vue.use(Router); @@ -96,6 +100,32 @@ const router = new Router({ } ] }, + { + path: '/shop/increase/configure', + name: 'IncreaseConfigure', + component: IncreaseConfigure, + children: [ + { + path: '/', + redirect: '/shop/increase/configure/welcome' + }, + { + path: '/shop/increase/configure/group', + name: 'IncreaseGroupSendConfigure', + component: IncreaseGroupSendConfigure + }, + { + path: '/shop/increase/configure/welcome', + name: 'IncreaseWelcomeConfigure', + component: IncreaseWelcomeConfigure + }, + { + path: '/shop/increase/configure/group/add', + name: 'IncreaseGroupSendConfigureAdd', + component: IncreaseGroupSendConfigureAdd + }, + ] + }, { path: '/shop/increase/data', name: 'IncreaseData',
+ 由管理员或者业务负责人统一配置,配置后,客户将在添加成员为联系人后收到该欢迎语 +
+ 使用范围:全体成员 +
+ 选择发送给的客户 +