diff --git a/.env b/.env
index 99b057d..ad48d2b 100644
--- a/.env
+++ b/.env
@@ -1,3 +1,4 @@
VITE_API_URL=http://admin.ceshi.guo123.cn
VITE_TINYMCE_KEY=agmu6i1c6k7bcp36oenzyz7yi1yplptq7goyx88y1g6ofnqu
VITE_AES_KEY=st123456654321st
+VITE_WEB_HOST=http://business.ceshi.guo123.cn
diff --git a/src/pages/merchant/pages/task-center/look-min-task.vue b/src/pages/merchant/pages/task-center/look-min-task.vue
index 06aaf2c..48e40ab 100644
--- a/src/pages/merchant/pages/task-center/look-min-task.vue
+++ b/src/pages/merchant/pages/task-center/look-min-task.vue
@@ -232,7 +232,12 @@ const passTask = async (id, task_backfill_id) => {
-
+
+
+ {{ record.settlement_text }}
+
+
diff --git a/src/utils/index.js b/src/utils/index.js
index ca3b4cf..91e21a7 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -14,7 +14,7 @@ export const toPath = (path, query = {}, flag = false) => {
}
export const openPage = (path, query = {}) => {
- window.open('http://localhost:9050/#/manage-materials', '_blank');
+ window.open(`${import.meta.env.VITE_WEB_HOST}/#/manage-materials`, '_blank');
}
export const VITE_TINYMCE_KEY = () => {