diff --git a/api/business/base.js b/api/business/base.js
new file mode 100644
index 0000000..9a2a296
--- /dev/null
+++ b/api/business/base.js
@@ -0,0 +1,11 @@
+import upload from '@/utils/upload'
+import request from '@/utils/request'
+
+// 关注取消关注
+export function postForkUser(params) {
+ return request({
+ url: '/busi/love/userLoveIs',
+ method: 'post',
+ params: params
+ })
+}
\ No newline at end of file
diff --git a/pages/components/index.vue b/pages/components/index.vue
new file mode 100644
index 0000000..75c3383
--- /dev/null
+++ b/pages/components/index.vue
@@ -0,0 +1,710 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 通告
+
+
+
+
+
+
+
+
+
+
+
+
+ 开通会员 解锁更多权益
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 不限
+
+
+
+ {{item.title}}
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+
+
+ 粉丝量要求
+
+
+ —
+
+
+
+
+ 奖励类型
+
+ 不限
+ 稿费
+
+ 赠品
+
+
+
+
+ 稿费要求
+
+
+ —
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/components/subscribe.vue b/pages/components/subscribe.vue
new file mode 100644
index 0000000..e9f8f34
--- /dev/null
+++ b/pages/components/subscribe.vue
@@ -0,0 +1,107 @@
+
+
+
+
+ 订阅
+
+
+
+
+
+ 设置
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue
new file mode 100644
index 0000000..4b357b2
--- /dev/null
+++ b/pages/notice/detail.vue
@@ -0,0 +1,800 @@
+
+
+
+
+
+
+ {{userDetail.nickName}}
+ {{userDetail.identityType}}
+
+
+
+ 关注
+ 已关注
+ 主页
+
+ 举报
+
+
+
+
+
+
+ {{noticeDetail.title}}
+
+ 截止日期:{{noticeDetail.endDate}}
+
+
+
+ 奖励:
+
+
+ 无稿费
+ ¥{{noticeDetail.feeDown}}-{{noticeDetail.feeUp}}
+
+
+
+
+ 招募名额:
+
+ {{noticeDetail.needNum}}人
+
+
+
+ 产品品牌:
+
+ {{noticeDetail.brand}}
+
+
+
+ 粉丝要求:
+
+
+ {{formatNumberWithUnits(noticeDetail.fansDown)}}-{{formatNumberWithUnits(noticeDetail.fansUp)}}
+
+
+
+
+ 地区要求:
+
+ {{noticeDetail.city}}
+
+
+
+ 博主类型:
+
+ {{noticeDetail.bloggerTypes}}
+
+
+
+ {{calculateTimeDifference(noticeDetail.updateTime)}}更新
+ {{noticeDetail.viewNum}} 阅读
+
+
+
+
+ 通告详情
+
+
+
+
+
+
+
+
+
+ 联系方式
+
+
+
+ 联系人:
+
+ 报名后可查看
+
+
+
+ 微信号:
+
+ 报名后可查看
+
+
+
+ 微信二维码:
+
+ 报名后可查看
+
+
+
+ 加入通告二维码:
+
+ 报名后可查看
+
+
+
+
+
+ 收到报名:{{imageArray.length}}人
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请登录后报名
+ 报名参加
+ 切换博主后报名
+
+
+
+ 关闭
+
+ 审核中
+
+
+ 已关闭
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/work/my-notice.vue b/pages/work/my-notice.vue
new file mode 100644
index 0000000..1afefc9
--- /dev/null
+++ b/pages/work/my-notice.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 用户管理
+
+
+
+
+
+ 角色管理
+
+
+
+
+
+ 菜单管理
+
+
+
+
+
+ 部门管理
+
+
+
+
+
+ 岗位管理
+
+
+
+
+
+ 字典管理
+
+
+
+
+
+ 参数设置
+
+
+
+
+
+ 通知公告
+
+
+
+
+
+ 日志管理
+
+
+
+
+
+
+
+
+
+
diff --git a/static/images/nothing.png b/static/images/nothing.png
new file mode 100644
index 0000000..85907e6
Binary files /dev/null and b/static/images/nothing.png differ
diff --git a/static/index/shang.png b/static/index/shang.png
new file mode 100644
index 0000000..987e2c5
Binary files /dev/null and b/static/index/shang.png differ
diff --git a/static/mine/change_role.png b/static/mine/change_role.png
new file mode 100644
index 0000000..b2051e8
Binary files /dev/null and b/static/mine/change_role.png differ
diff --git a/static/mine/dizhi.png b/static/mine/dizhi.png
new file mode 100644
index 0000000..18254e5
Binary files /dev/null and b/static/mine/dizhi.png differ
diff --git a/static/mine/fans.png b/static/mine/fans.png
new file mode 100644
index 0000000..f5c86a0
Binary files /dev/null and b/static/mine/fans.png differ
diff --git a/static/mine/gognzhonghao.png b/static/mine/gognzhonghao.png
new file mode 100644
index 0000000..e5ba9f2
Binary files /dev/null and b/static/mine/gognzhonghao.png differ
diff --git a/static/mine/jairushequ.png b/static/mine/jairushequ.png
new file mode 100644
index 0000000..d816af4
Binary files /dev/null and b/static/mine/jairushequ.png differ
diff --git a/static/mine/kefu.png b/static/mine/kefu.png
new file mode 100644
index 0000000..0ce5c62
Binary files /dev/null and b/static/mine/kefu.png differ
diff --git a/static/mine/mingpian.png b/static/mine/mingpian.png
new file mode 100644
index 0000000..62e1626
Binary files /dev/null and b/static/mine/mingpian.png differ
diff --git a/static/mine/sex_girl.png b/static/mine/sex_girl.png
new file mode 100644
index 0000000..9a7367b
Binary files /dev/null and b/static/mine/sex_girl.png differ
diff --git a/static/mine/shezhi.png b/static/mine/shezhi.png
new file mode 100644
index 0000000..11da84d
Binary files /dev/null and b/static/mine/shezhi.png differ
diff --git a/static/mine/tongyong.png b/static/mine/tongyong.png
new file mode 100644
index 0000000..0869134
Binary files /dev/null and b/static/mine/tongyong.png differ
diff --git a/static/mine/xinrenshouce.png b/static/mine/xinrenshouce.png
new file mode 100644
index 0000000..fc368c0
Binary files /dev/null and b/static/mine/xinrenshouce.png differ
diff --git a/static/mine/yijianfankui.png b/static/mine/yijianfankui.png
new file mode 100644
index 0000000..5499e84
Binary files /dev/null and b/static/mine/yijianfankui.png differ
diff --git a/static/mine/zuji.png b/static/mine/zuji.png
new file mode 100644
index 0000000..820c8b5
Binary files /dev/null and b/static/mine/zuji.png differ
diff --git a/utils/rightsCode.js b/utils/rightsCode.js
new file mode 100644
index 0000000..f6fcd4a
--- /dev/null
+++ b/utils/rightsCode.js
@@ -0,0 +1,29 @@
+const rightsCode = {
+ //每日报名上线
+ report: 'report',
+ //足迹
+ history: 'history',
+ //通告搜索
+ searchNotice: 'search_notice',
+ //积分翻倍
+ doublePoints: 'double_points',
+ //曝光增加
+ moreExposure: 'more_exposure',
+ //新增通告额度
+ addNotice: 'add_notice',
+ //超级报名
+ superReport: 'super_report',
+ //高奖励&最新通告
+ highNewNotice: 'high_new_notice',
+ //筛选探店城市
+ selectCity: 'select_city',
+ //多名片报名特权
+ manyCardReport: 'many_card_report',
+ //通告订阅&筛选
+ subscribeSelect: 'subscribe_select',
+ //每日解锁通告上限
+ unlockNotice: 'unlockNotice',
+ //报名信息收集
+ reportInfoCollect: 'report_info_collect'
+}
+export default rightsCode
\ No newline at end of file