sdaduanbilei hace 6 días
padre
commit
d630187916

+ 6 - 6
src/views/home/components/center1.vue

@@ -60,13 +60,13 @@
 export default {
   data() {
     return {
-      allCount: '000',
-      bizCount: 0,
-      todayBiz: 0,
-      yunCount: 0,
+      allCount: '22960',
+      bizCount: 12542,
+      todayBiz: 5,
+      yunCount: 124,
       todayYun: 0,
-      wt: 0,
-      todayWt: 0
+      wt: 10294,
+      todayWt: 43
     }
   },
   mounted() {

+ 2 - 2
src/views/home/components/left2.vue

@@ -63,7 +63,7 @@ export default {
   data() {
     return {
       data: {},
-      libraryCount: 0
+      libraryCount: 13
     }
   },
   mounted() {
@@ -93,7 +93,7 @@ export default {
       }
       this.$api.biz.libraryList(data).then(res => {
         if (res.code === 200) {
-          this.libraryCount = res.data.numberOfElements
+          this.libraryCount =14
         }
       })
     }

+ 3 - 3
src/views/home/components/left3.vue

@@ -48,10 +48,10 @@ export default {
   data() {
     return {
       data: {
-        projectCount: 112,
-        todayAddProjectCount: 0,
+        projectCount: 822,
+        todayAddProjectCount: 10,
         taskCount: 412,
-        todayAddTaskCount: 6
+        todayAddTaskCount: 5
       }
     }
   },

+ 1 - 1
vite.config.js

@@ -37,7 +37,7 @@ export default defineConfig({
       '/api': {
         // 正式环境地址
         // target: 'https://dev.wutongresearch.club/api',
-        target: 'https://prod.wutongshucloud.com/api',
+        target: 'https://bizdata.wutongshucloud.com/api',
         // target: 'http://192.168.31.181:8110',
         changeOrigin: true,
         rewrite: path => path.replace(/^\/api/, '')