Explorar el Código

前端:登录用户文件下载通知通告列表

baichengfei hace 4 años
padre
commit
c5f30cae74

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/resource/notice.vue

@@ -58,7 +58,7 @@
             RangeType: '1,3'
           }
           _this.$axios
-            .get('/document/getdocumentnameandtime', { params })
+            .get('/document/get-res-by-user', { params })
             .then(function (response) {
               _this.noticeList = response.data
             })