更新目录
This commit is contained in:
0
src/layout/customerService/account/index.vue
Normal file
0
src/layout/customerService/account/index.vue
Normal file
0
src/layout/customerService/parent.vue
Normal file
0
src/layout/customerService/parent.vue
Normal file
0
src/layout/customerService/product/index.vue
Normal file
0
src/layout/customerService/product/index.vue
Normal file
0
src/layout/customerService/report/index.vue
Normal file
0
src/layout/customerService/report/index.vue
Normal file
0
src/layout/customerService/script/index.vue
Normal file
0
src/layout/customerService/script/index.vue
Normal file
1980
src/router/route.ts
1980
src/router/route.ts
File diff suppressed because it is too large
Load Diff
15
src/views/system/service/account.vue
Normal file
15
src/views/system/service/account.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<b>客服账号管理</b>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
13
src/views/system/service/index.vue
Normal file
13
src/views/system/service/index.vue
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<div>server <b>话术模板管理</b></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
13
src/views/system/service/tail.vue
Normal file
13
src/views/system/service/tail.vue
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<div><b>跟踪策略</b></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user