chenjunkai 6 年之前
父节点
当前提交
acba75fd57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/FeedBack.py

+ 1 - 1
Controller/FeedBack.py

@@ -186,7 +186,7 @@ class FeedBackView(View):
                     for sm in sm_qs:
                         if sm['feedbackmodel__id'] == fb['id']:
                             img_url = bucket.sign_url('GET', sm['name'], 3600)
-                            img_url.replace('statres.oss-cn-hongkong.aliyuncs.com','static.zositech.xyz')
+                            # img_url.replace('statres.oss-cn-hongkong.aliyuncs.com','static.zositech.xyz')
                             fb['img_url'].append(img_url)
                             fb['FS__name'] = sm['name']
                     res.append(fb)