FIX:update the url address of the model mall

Change-Id: I2021c141402f8eca999a66607e92b691e847b7be
This commit is contained in:
tao wang 2023-03-31 09:18:12 +08:00 committed by Lane.Wei
parent ce9ac8b3d6
commit e0bd625041

View file

@ -5663,7 +5663,7 @@ void GUI_App::open_mall_page_dialog()
//model url
wxString language_code = this->current_language_code().BeforeFirst('_');
model_url += (language_code.ToStdString() + "/models");
model_url = language_code.ToStdString();
if (getAgent() && mainframe) {