diff --git a/libsearch/websearch/web-search-plugin.cpp b/libsearch/websearch/web-search-plugin.cpp index 3462f8f..3f2a802 100644 --- a/libsearch/websearch/web-search-plugin.cpp +++ b/libsearch/websearch/web-search-plugin.cpp @@ -116,7 +116,7 @@ void UkuiSearch::WebSearchPlugin::openAction(int actionkey, QString key, int typ QString address; if(!m_webEngine.isEmpty()) { if(m_webEngine == "360") { - address = "https://so.com/s?q=" + m_keyWord; //360 + address = "https://www.so.com/s?q=" + m_keyWord; //360 } else if(m_webEngine == "sougou") { address = "https://www.sogou.com/web?query=" + m_keyWord; //搜狗 } else {