diff --git a/src/components/list/ContractList.vue b/src/components/list/ContractList.vue
index e69de29..8f91538 100644
--- a/src/components/list/ContractList.vue
+++ b/src/components/list/ContractList.vue
@@ -0,0 +1,108 @@
+
+
+
+ -
+
移动端小程序前端开发前端工程师
+ 履约中
+
+
+ -
+
+ 北京驻场无忧科技有限公司
+
+ -
+
+ 技术服务
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/list/TaskList.vue b/src/components/list/TaskList.vue
index ec6bcaa..7d9c4cc 100644
--- a/src/components/list/TaskList.vue
+++ b/src/components/list/TaskList.vue
@@ -35,7 +35,7 @@
})
const router=useRouter()
const gotoDetail=(id:any)=>{
- router.push('/task/details/'+id)
+ router.push('/contract/details/'+id)
}
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
index 735c300..122614f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,7 +16,7 @@
/* Linting */
"strict": true,
- "noUnusedLocals": true,
+ "noUnusedLocals": false,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"paths": {