From 168eb9e94b90ff7f79a206b511635bdae5384413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A4=9A=E5=95=A6C=E6=A2=A6?= <15709267061@163.com>
Date: Thu, 26 Jun 2025 13:55:28 +0800
Subject: [PATCH] update
---
.env | 1 +
src/pages/merchant/pages/task-center/look-min-task.vue | 7 ++++++-
src/utils/index.js | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
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 = () => {