From 01540a31442eea43d6aab4e884af82fa37d7e7a6 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Wed, 15 May 2024 13:24:44 +0800
Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E7=BB=86=E8=8A=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/PopoverDelete.vue | 2 +-
src/views/workflow/approve/index.vue | 4 ++--
src/views/workflow/process/index.vue | 6 +++---
vite.config.js | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/components/PopoverDelete.vue b/src/components/PopoverDelete.vue
index 7ef03d1..3dfe4aa 100644
--- a/src/components/PopoverDelete.vue
+++ b/src/components/PopoverDelete.vue
@@ -9,7 +9,7 @@
@cancel="handleCancel"
>
-
+
{{ btnText }}
diff --git a/src/views/workflow/approve/index.vue b/src/views/workflow/approve/index.vue
index 6af9498..3eb9c5b 100644
--- a/src/views/workflow/approve/index.vue
+++ b/src/views/workflow/approve/index.vue
@@ -40,10 +40,10 @@
- 发起流程
-
diff --git a/src/views/workflow/process/index.vue b/src/views/workflow/process/index.vue
index e2101e1..d24c8c7 100644
--- a/src/views/workflow/process/index.vue
+++ b/src/views/workflow/process/index.vue
@@ -50,13 +50,13 @@
- 编辑
- 历史
-
diff --git a/vite.config.js b/vite.config.js
index bcb4f05..da93391 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -69,8 +69,8 @@ export default defineConfig({
open: true,
proxy: {
'/api/workflow': {
- target: 'http://frp.feashow.cn:31800/',
- // target: 'http://clay.frp.feashow.cn/',
+ // target: 'http://frp.feashow.cn:31800/',
+ target: 'http://clay.frp.feashow.cn/',
// target: 'http://192.168.31.175:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')