diff --git a/package.json b/package.json index dcca6ff..79587a8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "nprogress": "0.2.0", "quill": "1.3.7", "screenfull": "5.0.2", - "sortablejs": "1.10.2", + "sortablejs": "^1.10.2", "vue": "2.6.12", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", diff --git a/src/assets/drainageCode/default_icon.png b/src/assets/drainageCode/default_icon.png new file mode 100644 index 0000000..090700e Binary files /dev/null and b/src/assets/drainageCode/default_icon.png differ diff --git a/src/assets/drainageCode/header.png b/src/assets/drainageCode/header.png new file mode 100644 index 0000000..4ae0215 Binary files /dev/null and b/src/assets/drainageCode/header.png differ diff --git a/src/assets/drainageCode/miniprogram-icon.png b/src/assets/drainageCode/miniprogram-icon.png new file mode 100644 index 0000000..7e2f7cf Binary files /dev/null and b/src/assets/drainageCode/miniprogram-icon.png differ diff --git a/src/assets/drainageCode/miniprogram-img.png b/src/assets/drainageCode/miniprogram-img.png new file mode 100644 index 0000000..f52826d Binary files /dev/null and b/src/assets/drainageCode/miniprogram-img.png differ diff --git a/src/assets/drainageCode/miniprogram-link.png b/src/assets/drainageCode/miniprogram-link.png new file mode 100644 index 0000000..02b6df5 Binary files /dev/null and b/src/assets/drainageCode/miniprogram-link.png differ diff --git a/src/assets/drainageCode/preview-bg.png b/src/assets/drainageCode/preview-bg.png new file mode 100644 index 0000000..fd281c4 Binary files /dev/null and b/src/assets/drainageCode/preview-bg.png differ diff --git a/src/components/ImageUpload2/index.vue b/src/components/ImageUpload2/index.vue index d1c305b..fb90f29 100644 --- a/src/components/ImageUpload2/index.vue +++ b/src/components/ImageUpload2/index.vue @@ -26,6 +26,7 @@ 大小不超过 {{ fileSize }}MB 格式为 {{ fileType.join("/") }} 的文件 + {{customTip}} + + {{ name }} + + + + + {{data.onlyText}} + + + + + + + {{ data.title }} + + + 2024-01-29 10:10:11 + + + {{ data.textText1 }} + + + + {{val.n}} : {{val.v}} + + + + {{ data.textText2 }} + + + + + + + + + 添加文字...添加文字...添加文字... + + + {{ data.title }} + + + {{ data.oneImageText }} + + + + + + + + + + + 12231231 + + + + 12231231 + + + + + + + + + + + + + + + + + + diff --git a/src/constant/statusMap.js b/src/constant/statusMap.js index b7d86e7..202194d 100644 --- a/src/constant/statusMap.js +++ b/src/constant/statusMap.js @@ -262,3 +262,36 @@ export const userErrorLogHomeIndexList = [ { value: 'video', label: '直播期间',listClass: listClass.danger}, { value: 'other', label: '其他',listClass: listClass.success}, ] + +export const systemPushGroupIdList = [ + { value: 0, label: '单个用户'}, + { value: 1, label: '全部用户'}, + { value: 2, label: '男用户'}, + { value: 3, label: '女用户'}, + { value: 4, label: '认证女神'}, +] + +export const systemPushLogStatus = [ + { value: 0, label: '未推送'}, + { value: 1, label: '推送中'}, + { value: 2, label: '推送失败'}, + { value: 3, label: '推送成功'}, +] + +export const systemPushSendTimeTypeList = [ + { value: 0, label: '手动发送'}, + { value: 1, label: '定时发送'}, +] +export const systemPushStatusList = [ + { value: 0, label: '未执行'}, + { value: 1, label: '执行中'}, + { value: 2, label: '队列执行中'}, + { value: 3, label: '已完成'}, +] +export const systemPushTypeList = [ + { value: 0, label: '纯文字消息'}, + { value: 1, label: '文本消息'}, + { value: 2, label: '单图文消息'}, + { value: 3, label: '多图文消息'}, + { value: 4, label: '纯图文消息'}, +] diff --git a/src/views/cai/sysPush/add-sys-push-dialog.vue b/src/views/cai/sysPush/add-sys-push-dialog.vue new file mode 100644 index 0000000..e057617 --- /dev/null +++ b/src/views/cai/sysPush/add-sys-push-dialog.vue @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + {{ userInfo.nickname }} 【{{ userInfo.usercode }}】 + + + + + + + + + + + + + + + + + + + + + + + + + 追加 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 新增 + 建议:第一张图片比例16:9,其他图片正方形。 + + + + + + + + + 不可点击 + 打开H5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/cai/sysPush/index.vue b/src/views/cai/sysPush/index.vue index 132ef41..7e587b5 100644 --- a/src/views/cai/sysPush/index.vue +++ b/src/views/cai/sysPush/index.vue @@ -1,21 +1,16 @@ - - - - - + + + + - - - - - - - - - - - - - - - - - - - 搜索 重置 @@ -82,74 +37,41 @@ v-hasPermi="['cai:sysPush:add']" >新增 - - 修改 - - - 删除 - - - 导出 - - - - - - + + + + + + + + + + + + - - - - {{ parseTime(scope.row.sendTime, '{y}-{m}-{d}') }} + + + + - - - - {{ parseTime(scope.row.endtime, '{y}-{m}-{d}') }} - - - - - {{ parseTime(scope.row.createtime, '{y}-{m}-{d}') }} - - - - - {{ parseTime(scope.row.updatetime, '{y}-{m}-{d}') }} + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/vue.config.js b/vue.config.js index 10a4942..0ca3e4c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,7 +35,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://localhost:8080`, + // target: `http://localhost:8080`, + target: `http://124.222.254.188:9779/prod-api`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''