diff --git a/src/views/modules/taskmanage/chatting.vue b/src/views/modules/taskmanage/chatting.vue
index 163e58e..7cc14f1 100644
--- a/src/views/modules/taskmanage/chatting.vue
+++ b/src/views/modules/taskmanage/chatting.vue
@@ -155,7 +155,7 @@
// 下载附件
downFtpFile(row){
//'/proxyApi/ftp/file/downFtpFile/'
- axios.get('/proxyApi/ftp/file/downFtpFile/' + row.id, {
+ axios.get( '/api/ftp/file/downFtpFile/' + row.id, {
responseType: 'blob',
headers: {
'Content-Type': 'application/json',
diff --git a/src/views/modules/taskmanage/mytasklist.vue b/src/views/modules/taskmanage/mytasklist.vue
index 0958a8f..97b6974 100644
--- a/src/views/modules/taskmanage/mytasklist.vue
+++ b/src/views/modules/taskmanage/mytasklist.vue
@@ -68,13 +68,6 @@
@selection-change="selectionChangeHandle"
highlight-current-row
style="width: 100%;">
-
-
{