fixed(network):open control center network config by uuid

This commit is contained in:
shaojun 2019-12-04 17:09:30 +08:00
parent e886b2f370
commit 4f96990fa3

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(QString("%1,%2").arg(m_device->path()).arg(apPath))
.arg(QString("%1,%2").arg(m_device->path()).arg(uuid))
.call();
Q_EMIT requestSetAppletVisible(false);