Update manage.py

This commit is contained in:
qiaofeng1227 2023-03-21 10:03:07 +08:00 committed by GitHub
parent 115c7b45fb
commit e6391d8ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ def set_app_info(output_list):
def get_Image_url(app_name):
image_url = "http://localhost:5000/static/" + app_name + "-websoft9.png"
image_url = "/static/" + app_name + "-websoft9.png"
return image_url