chenjunkai 6 жил өмнө
parent
commit
acba75fd57

+ 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)