fixed(network):open control center network config

This commit is contained in:
shaojun 2019-12-04 13:28:07 +08:00
parent 4d2e87f34a
commit e886b2f370

View File

@ -417,7 +417,7 @@ void WirelessList::onActivateApFailed(const QString &apPath, const QString &uuid
.path("/com/deepin/dde/ControlCenter")
.method("ShowPage")
.arg(QString("network"))
.arg(apPath)
.arg(QString("%1,%2").arg(m_device->path()).arg(apPath))
.call();
Q_EMIT requestSetAppletVisible(false);