chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
acba75fd57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)