diff --git a/gold-system/.env.development b/gold-system/.env.development index 04270cc..cc08b56 100644 --- a/gold-system/.env.development +++ b/gold-system/.env.development @@ -1,2 +1,5 @@ -VITE_API_BASE='http://54.251.137.151:10704/' -# VITE_API_BASE='http://192.168.8.94:8080/' \ No newline at end of file +#VITE_API_BASE='http://54.251.137.151:10704/' +# VITE_API_BASE='http://192.168.8.94:8080/' +VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_prod' +# VITE_API_BASE='http://54.251.137.151:10704/' +# VITE_API_BASE='http://192.168.8.232:8080/' \ No newline at end of file diff --git a/gold-system/.env.test b/gold-system/.env.test index 04270cc..cc08b56 100644 --- a/gold-system/.env.test +++ b/gold-system/.env.test @@ -1,2 +1,5 @@ -VITE_API_BASE='http://54.251.137.151:10704/' -# VITE_API_BASE='http://192.168.8.94:8080/' \ No newline at end of file +#VITE_API_BASE='http://54.251.137.151:10704/' +# VITE_API_BASE='http://192.168.8.94:8080/' +VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_prod' +# VITE_API_BASE='http://54.251.137.151:10704/' +# VITE_API_BASE='http://192.168.8.232:8080/' \ No newline at end of file diff --git a/gold-system/src/views/goldBeen/goldenBeenDetail.vue b/gold-system/src/views/goldBeen/goldenBeenDetail.vue index 00e7d6a..cef3dc3 100644 --- a/gold-system/src/views/goldBeen/goldenBeenDetail.vue +++ b/gold-system/src/views/goldBeen/goldenBeenDetail.vue @@ -434,7 +434,7 @@ const getCount = async () => { url: '/dou/getTotal', data: { jwcode: detailY.value.jwcode, - //deptName: detailY.value.deptName, + deptName: detailY.value.deptName, startTime: detailY.value.createTime[0], endTime: detailY.value.createTime[1], orderNo: detailY.value.orderNo,