Quellcode durchsuchen

feat:修改首页查询图片接口

LuoDLeo vor 2 Jahren
Ursprung
Commit
cf4179d828
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -392,7 +392,7 @@ export default {
 
     getImgUrlByOssId(ossId) {
       if (ossId) {
-        this.$api.getImgUrlByOssId(ossId).then(res => {
+        this.$api.getImage(ossId).then(res => {
           console.log('++++++++用户头像+++++++++++++++', res)
         })
         this.userInfo.selfPhotoUrl = url;