diff --git a/admin/src/views/application/notification/detail.vue b/admin/src/views/application/notification/detail.vue deleted file mode 100644 index b000baba..00000000 --- a/admin/src/views/application/notification/detail.vue +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - - 通知名称 - 通知名称: {{ formData.scene_name }} - 通知类型: 业务通知 - 通知业务: {{ formData.scene_desc }} - - - - - - 系统通知 - - - - - 关闭 - 开启 - - - - - - - - - - - - - - {{ item }} - - - - - - - - - 短信通知 - - - - - 关闭 - 开启 - - - - - - - - - - - - - {{ item }} - - - - - - - - 微信模板消息 - - - - - - - 关闭 - 开启 - - - - - - - - - - - - - - - - 新增模板字段 - - - - - - - - - - - - - - - - - - - - 删除 - - - - - - - - {{ item }} - - - - - - - - 微信小程序提醒 - - - - - - - 关闭 - 开启 - - - - - - - - 新增模板字段 - - - - - - - - - - - - - - - - - - - - 删除 - - - - - - - - {{ item }} - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/application/notification/index.vue b/admin/src/views/application/notification/index.vue deleted file mode 100644 index e8945907..00000000 --- a/admin/src/views/application/notification/index.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - {{ scope.row.sms_status_desc }} - - - - - - 设置 - - - - - - - - - - - - - - - - - diff --git a/admin/src/views/application/sms/detail.vue b/admin/src/views/application/sms/detail.vue deleted file mode 100644 index 9cebb87d..00000000 --- a/admin/src/views/application/sms/detail.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - {{ formData.name }} - - - 关闭 - 开启 - - - - - - - - - - - - - - - - - - - - - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/application/sms/index.vue b/admin/src/views/application/sms/index.vue deleted file mode 100644 index 1405b691..00000000 --- a/admin/src/views/application/sms/index.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - {{ - scope.row.status == 0 ? '关闭' : '启用' - }} - - - - - - - 设置 - - - - - - - - - - diff --git a/admin/src/views/channel/app_store/index.vue b/admin/src/views/channel/app_store/index.vue deleted file mode 100644 index 9f12a09b..00000000 --- a/admin/src/views/channel/app_store/index.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - APP下载 - - - - - - - - - - - - - 分享APP页面打开后,H5页面顶部会显示APP下载引导文案 - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/channel/h5_store/index.vue b/admin/src/views/channel/h5_store/index.vue deleted file mode 100644 index ca16df2e..00000000 --- a/admin/src/views/channel/h5_store/index.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - {{ formData.status ? '开启' : '关闭' }} - - 渠道状态为关闭时,将不对外提供服务,请谨慎操作 - - - - 复制 - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/channel/mp_wechat/components/menu-form.vue b/admin/src/views/channel/mp_wechat/components/menu-form.vue deleted file mode 100644 index 5ef68c34..00000000 --- a/admin/src/views/channel/mp_wechat/components/menu-form.vue +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/admin/src/views/channel/mp_wechat/index.vue b/admin/src/views/channel/mp_wechat/index.vue deleted file mode 100644 index 4248d6dd..00000000 --- a/admin/src/views/channel/mp_wechat/index.vue +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - 微信公众号 - - - - - - - - - - - 建议尺寸:宽400px*高400px。jpg,jpeg,png格式 - - - - - - - - - 公众号开发者信息 - - - - - - - - 登录微信公众平台,点击开发>基本配置>公众号开发信息,设置AppID和AppSecret - - - - - - - - - 服务器配置 - - - - - 复制 - 登录微信公众平台,点击开发>基本配置>服务器配置,填写服务器地址(URL) - - - - 登录微信公众平台,点击开发>基本配置>服务器配置,设置令牌Token。不填默认为“likeshop” - - - - 消息加密密钥由43位字符组成,字符范围为A-Z,a-z,0-9 - - - - 明文模式 (不使用消息体加解密功能,安全系数较低) - 兼容模式 (明文、密文将共存,方便开发者调试和维护) - 安全模式(推荐) (消息包为纯密文,需要开发者加密和解密,安全系数高) - - - - - - - - - - 功能设置 - - - - - 复制 - 登录微信公众平台,点击设置>公众号设置>功能设置,填写业务域名 - - - - 复制 - 登录微信公众平台,点击设置>公众号设置>功能设置,填写JS接口安全域名 - - - - 复制 - 登录微信公众平台,点击设置>公众号设置>功能设置,填写网页授权域名 - - - - - - - - - 重置 - 保存 - - - - - - - - \ No newline at end of file diff --git a/admin/src/views/channel/mp_wechat/menu.vue b/admin/src/views/channel/mp_wechat/menu.vue deleted file mode 100644 index 13670275..00000000 --- a/admin/src/views/channel/mp_wechat/menu.vue +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - - - - - - - {{ item.name }} - - - {{ item2.name }} - - - - - - - - - - 菜单配置 - - - - 新增主菜单({{ formData.menu.length || 0 }}/3) - - - - - - - - - - - - - - - - - - - - - - - - 不配置子菜单 - 配置子菜单 - - - - - - - - - - - - {{ subItem.name }} - - - - - - - - - - - - - - - - - - - - - - - 添加子菜单({{ formData.menu[index].sub_button.length || 0 }}/5) - - - - - - - - - - - - - 保存 - 保存并发布 - - - - - - - - \ No newline at end of file diff --git a/admin/src/views/channel/mp_wechat/reply/default_reply.vue b/admin/src/views/channel/mp_wechat/reply/default_reply.vue deleted file mode 100644 index 3418134f..00000000 --- a/admin/src/views/channel/mp_wechat/reply/default_reply.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - 新增默认回复 - - - - - - - - - - - - - - - - 编辑 - - 删除 - - - - - - - - - - - - - - - - - - diff --git a/admin/src/views/channel/mp_wechat/reply/follow_reply.vue b/admin/src/views/channel/mp_wechat/reply/follow_reply.vue deleted file mode 100644 index f06bbb39..00000000 --- a/admin/src/views/channel/mp_wechat/reply/follow_reply.vue +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - 新增关注回复 - - - - - - - - - - - - - - - - 编辑 - - 删除 - - - - - - - - - - - - - - - - - - diff --git a/admin/src/views/channel/mp_wechat/reply/keyword_reply.vue b/admin/src/views/channel/mp_wechat/reply/keyword_reply.vue deleted file mode 100644 index 53c802b4..00000000 --- a/admin/src/views/channel/mp_wechat/reply/keyword_reply.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - 新增关键字回复 - - - - - - - - - - - - - - - - 编辑 - - 删除 - - - - - - - - - - - - - - - - - - diff --git a/admin/src/views/channel/mp_wechat/reply/reply_edit.vue b/admin/src/views/channel/mp_wechat/reply/reply_edit.vue deleted file mode 100644 index 15721d72..00000000 --- a/admin/src/views/channel/mp_wechat/reply/reply_edit.vue +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - 关注回复 - - - - 方便通过名称管理关注回复内容 - - - - - - - 关键词排序值 - - - - - - - 模糊匹配时,关键词部分匹配用户输入的内容即可 - - - - - - 暂时支持文本类型 - - - - - - - - {{ formData.status ? '开启' : '关闭' }} - - - - - - - - - - 取消 - 保存 - - - - - - - diff --git a/admin/src/views/channel/wechat_app/index.vue b/admin/src/views/channel/wechat_app/index.vue deleted file mode 100644 index 3bea00d8..00000000 --- a/admin/src/views/channel/wechat_app/index.vue +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - 微信小程序 - - - - - - - - - - 建议尺寸:400*400像素,支持jpg,jpeg,png格式 - - - - - - - 开发者ID - - - - - - 小程序账号登录微信公众平台,点击开发>开发设置->开发者ID,设置AppID和AppSecret - - - - - - - 服务器域名 - - - 复制 - 小程序账号登录微信公众平台,点击开发>开发设置->服务器域名,填写https协议域名 - - - - 复制 - 小程序账号登录微信公众平台,点击开发>开发设置->服务器域名,填写wss协议域名 - - - - 复制 - 小程序账号登录微信公众平台,点击开发>开发设置->服务器域名,填写https协议域名 - - - - 复制 - 小程序账号登录微信公众平台,点击开发>开发设置->服务器域名,填写https协议域名 - - - - 复制 - 小程序账号登录微信公众平台,点击开发>开发设置->服务器域名,填写udp协议域名 - - - - - - - 业务域名 - - - 复制 - 小程序账号登录微信公众平台,点击开发>开发设置->业务域名,填写业务域名 - - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/channel/wechat_platform/index.vue b/admin/src/views/channel/wechat_platform/index.vue deleted file mode 100644 index 078465ec..00000000 --- a/admin/src/views/channel/wechat_platform/index.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - 微信开放平台 - - - - - - - - - - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/content/advertising/position.vue b/admin/src/views/content/advertising/position.vue deleted file mode 100644 index 13d91682..00000000 --- a/admin/src/views/content/advertising/position.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - - 新增广告位 - - - - - - - - - - - - - - - 编辑 - - - - 删除 - - - - - - - - - - - - - - - - diff --git a/admin/src/views/content/information/category.vue b/admin/src/views/content/information/category.vue deleted file mode 100644 index f1749d91..00000000 --- a/admin/src/views/content/information/category.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - {{ scope.row.is_show ? '停用' : '启用' }} - - - {{ - scope.row.is_show - ? '确定要停用资讯分类吗?' - : '确定要启用资讯分类吗?' - }} - - - - - 删除 - - - - - - - - - - - - - - - - diff --git a/admin/src/views/content/information/components/classify-form.vue b/admin/src/views/content/information/components/classify-form.vue deleted file mode 100644 index b1d43ccf..00000000 --- a/admin/src/views/content/information/components/classify-form.vue +++ /dev/null @@ -1,154 +0,0 @@ - - - - - {{ btnText }} - - {{ btnText }} - - - - - - - - - - 默认排序为0,数字越大,排序越靠前 - - - - - - - - - - - - diff --git a/admin/src/views/content/information/information_edit.vue b/admin/src/views/content/information/information_edit.vue deleted file mode 100644 index 23af1c29..00000000 --- a/admin/src/views/content/information/information_edit.vue +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - - 建议尺寸:240*180,支持jpg、png格式 - - - - - - - - - - - - - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/content/information/lists.vue b/admin/src/views/content/information/lists.vue deleted file mode 100644 index e95fcbd1..00000000 --- a/admin/src/views/content/information/lists.vue +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - - 新增咨询 - - - - - - - - - - - - - - - - - - - - - - - - - 编辑 - - - - 删除 - - - - - - - - - - - - - - - - diff --git a/admin/src/views/decoration/advertising.vue b/admin/src/views/decoration/advertising.vue deleted file mode 100644 index 65ae3c2c..00000000 --- a/admin/src/views/decoration/advertising.vue +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - - 新增广告 - - - - - - - - - - - - - - - - - - - - - - - - - 编辑 - - - - - 删除 - - - - - - - - - - - - - - - - diff --git a/admin/src/views/decoration/advertising_edit.vue b/admin/src/views/decoration/advertising_edit.vue deleted file mode 100644 index c210e80c..00000000 --- a/admin/src/views/decoration/advertising_edit.vue +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - 建议尺寸:宽750*高 - {{ formData.pid == 2 ? '200' : '340' }} - 像素的jpg,jpeg,png,gif图片 - - - - - 商城页面 - - 自定义链接 - - - - - - - - - - - - - - - - - - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/decoration/components/tabbar-edit.vue b/admin/src/views/decoration/components/tabbar-edit.vue deleted file mode 100644 index 151c49b0..00000000 --- a/admin/src/views/decoration/components/tabbar-edit.vue +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - {{ btnText }} - - {{ btnText }} - - - - - - - - - - - - - 建议尺寸:宽88*高88像素的jpg,jpeg,png,gif图片 - - - - - 建议尺寸:宽88*高88像素的jpg,jpeg,png,gif图片 - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/admin/src/views/decoration/home.vue b/admin/src/views/decoration/home.vue deleted file mode 100644 index 55890dda..00000000 --- a/admin/src/views/decoration/home.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - 新增菜单 - - - - - - - - - - - - - - - - - - 编辑 - - - - - - {{ scope.row.status ? '停用' : '启用' }} - - - {{ - scope.row.status ? '确定要停用当前菜单吗?' : '确定要启用当前菜单吗?' - }} - - - - - 删除 - - - - - - - - - - - - - - - - diff --git a/admin/src/views/decoration/home_edit.vue b/admin/src/views/decoration/home_edit.vue deleted file mode 100644 index c7a0095c..00000000 --- a/admin/src/views/decoration/home_edit.vue +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - - - - - - - - - 建议尺寸:宽200*高200像素的jpg,jpeg,png,gif图片 - - - 商城页面 - - 自定义链接 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 保存 - - - - - - - diff --git a/admin/src/views/decoration/tabbar.vue b/admin/src/views/decoration/tabbar.vue deleted file mode 100644 index e28d87aa..00000000 --- a/admin/src/views/decoration/tabbar.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/admin/src/views/permission/menu/edit.vue b/admin/src/views/permission/menu/edit.vue index 30acb38e..6b2dbc73 100644 --- a/admin/src/views/permission/menu/edit.vue +++ b/admin/src/views/permission/menu/edit.vue @@ -3,7 +3,7 @@ - + diff --git a/admin/src/views/permission/menu/select-icon/index.vue b/admin/src/views/permission/menu/select-icon/index.vue index 5908f533..d0334464 100644 --- a/admin/src/views/permission/menu/select-icon/index.vue +++ b/admin/src/views/permission/menu/select-icon/index.vue @@ -1,6 +1,18 @@ - 选择图标 + + 选择图标 + + + + + + + + + goerb + +