diff --git a/.drone.yml b/.drone.yml
index ba83776..6868289 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,7 +3,7 @@ type: docker
name: flowable-engine-web
steps:
- name: build-package-vue
- image: node:14.20
+ image: node:14.17.3
volumes:
- name: cache
path: /drone/src/flowable-engine-web/node_modules
diff --git a/flowable-engine-web/src/api/request.js b/flowable-engine-web/src/api/request.js
index cca30b6..73df665 100644
--- a/flowable-engine-web/src/api/request.js
+++ b/flowable-engine-web/src/api/request.js
@@ -11,7 +11,7 @@ Vue.prototype.$axios = axios;
export function getBaseUrl(){
return "http://gateway.mytwins.top"
- // return "http://192.168.101.7:8000"
+ // return "http://192.168.101.8:8000"
// return "http://localhost:8000"
}
diff --git a/flowable-engine-web/src/components/common/CodeEdit.vue b/flowable-engine-web/src/components/common/CodeEdit.vue
index 69b578a..5a70ad1 100644
--- a/flowable-engine-web/src/components/common/CodeEdit.vue
+++ b/flowable-engine-web/src/components/common/CodeEdit.vue
@@ -2,35 +2,23 @@