Explorar el Código

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

LuoDLeo hace 2 años
padre
commit
cf4179d828
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;