|
|
@@ -107,7 +107,7 @@ getPlatformConfigList({ configKey: 'license' }).then((res) => {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
-getPlatformConfigList({ configKey: 'wechatLink' }).then((res) => {
|
|
|
+getPlatformConfigList({ configKey: 'wechatIcon' }).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
if (res.rows && res.rows.length > 0) {
|
|
|
wechatLink.value = res.rows[0].value;
|
|
|
@@ -115,7 +115,7 @@ getPlatformConfigList({ configKey: 'wechatLink' }).then((res) => {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
-getPlatformConfigList({ configKey: 'weiboLink' }).then((res) => {
|
|
|
+getPlatformConfigList({ configKey: 'weiboIcon' }).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
if (res.rows && res.rows.length > 0) {
|
|
|
weiboLink.value = res.rows[0].value;
|