Forráskód Böngészése

修改底部公众号微博显示

hurx 1 napja
szülő
commit
25b3ca2cdd
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/layout/components/foot.vue

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