diff --git a/.env.development b/.env.development index 1968f01..018904f 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,8 @@ VITE_APP_ENV='development' # api接口请求地址 -VITE_APP_BASE_API='http://crm.hzzxq.com/ds' +VITE_APP_BASE_API='http://test.gopmas.com/rs' +VITE_APP_DS_API='http://test.gopmas.com/ds' diff --git a/README.md b/README.md index 33895ab..a752386 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 ` diff --git a/src/views/Statistics.vue b/src/views/Statistics.vue index b396d57..51b8cd9 100644 --- a/src/views/Statistics.vue +++ b/src/views/Statistics.vue @@ -6,46 +6,66 @@ 任务
完成航次
-
2650
- +
{{ rescueTotal }}
区域
潜水次数
-
2650
- +
{{ divingTotal }}
航次
挽回经济损失
-
2650
+
{{ priceTotal }}
潜水艇
专项调查区域覆盖
-
2650平方公里
+
{{ areaTotal }}平方公里
潜艇
航行时间
-
2650小时
+
{{ hourTotal }}小时
- diff --git a/src/views/TaskDemand.vue b/src/views/TaskDemand.vue index 5ec0987..8eb253d 100644 --- a/src/views/TaskDemand.vue +++ b/src/views/TaskDemand.vue @@ -3,6 +3,7 @@