帖子

越权编辑主题修复

压缩包内有修正后的PC端和手机端源码 自己编辑上传,文件覆盖到

app/Commands/Thread

手动修改方法

PC端源码

pages/thread 下的

post.vue 和 postpay.vue

找到

this.question.isAnonymous = data.isAnonymous;

下面增加

if (!this.editThread.canEdit && this.operating === 'edit') {
        return this.$router.replace('/error');
      }

手机端源码

pages/topic/post.vue

src/topic/post.vue

src/pagesplay_h5/reward-to-ask.vue

找到

this.checkClassData.push(res.category);

下面增加

if (this.operating === 'edit' && !res.canEdit) {
            uni.redirectTo({
              url: `/pages/common/error`,
            });
          }
https://www.fireself.cn/post/4099

未登录无法操作

评论 0

列表为空,暂无内容
须弥技术

专业PHP开发,运维技术社区

打开 App