diff --git a/Cunkebao/pages.json b/Cunkebao/pages.json index 1acf943d5..988c10f9d 100644 --- a/Cunkebao/pages.json +++ b/Cunkebao/pages.json @@ -28,6 +28,55 @@ "navigationBarTitleText": "设备管理" } }, + { + "path": "pages/device/detail", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "设备详情" + } + }, + { + "path": "pages/wechat/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "微信号管理" + } + }, + { + "path": "pages/wechat/detail", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "账号详情" + } + }, + { + "path": "pages/traffic/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "流量池" + } + }, + { + "path": "pages/traffic/create", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "新建分发" + } + }, + { + "path": "pages/content/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "内容库" + } + }, + { + "path": "pages/content/detail", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "内容库详情" + } + }, { "path": "pages/scenarios/index", "style": { diff --git a/Cunkebao/pages/content/components/FriendSelector.vue b/Cunkebao/pages/content/components/FriendSelector.vue new file mode 100644 index 000000000..bc00767c0 --- /dev/null +++ b/Cunkebao/pages/content/components/FriendSelector.vue @@ -0,0 +1,325 @@ + + + + + \ No newline at end of file diff --git a/Cunkebao/pages/content/components/GroupSelector.vue b/Cunkebao/pages/content/components/GroupSelector.vue new file mode 100644 index 000000000..b465936e9 --- /dev/null +++ b/Cunkebao/pages/content/components/GroupSelector.vue @@ -0,0 +1,325 @@ + + + + + \ No newline at end of file diff --git a/Cunkebao/pages/content/detail.vue b/Cunkebao/pages/content/detail.vue new file mode 100644 index 000000000..04edb6bb2 --- /dev/null +++ b/Cunkebao/pages/content/detail.vue @@ -0,0 +1,504 @@ +