From 024aa666b938e82ef22af7f6977f3e9d3704bec1 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期三, 21 四月 2021 18:00:43 +0800
Subject: [PATCH] add vue.config.js to gitignore

---
 src/api/shuohuang.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts
index f6c96a6..592f571 100644
--- a/src/api/shuohuang.ts
+++ b/src/api/shuohuang.ts
@@ -109,7 +109,7 @@
   })
 export const getTaskList = (query: any) =>
   request({
-    url: '/data/api-c/lkg/getlstB',
+    url: '/data/api-c/lkg/getTaskList',
     method: 'get',
     params: query
   })

--
Gitblit v1.8.0