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