域名获取修改

This commit is contained in:
guanhuan
2024-09-29 17:05:42 +08:00
parent 97d33adabd
commit d2ec420f57
3 changed files with 3 additions and 3 deletions

View File

@@ -61,5 +61,5 @@ class SFMessageStockPicking(models.Model):
# 拼接查询参数
query_string = urlencode(params)
# 拼接URL
full_url = url + "web#" + query_string
full_url = url + "/web#" + query_string
return full_url