Эх сурвалжийг харах

修改底部公众号微博显示

hurx 1 өдөр өмнө
parent
commit
25b3ca2cdd

+ 2 - 2
src/layout/components/foot.vue

@@ -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;