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/, '')