From 83d730cf0f5a9299df30e82642649798a709a0be Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Wed, 13 Sep 2023 17:30:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=20ansible=20raw=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ops/Job/QuickJob.vue | 3 +++ vue.config.js | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/src/views/ops/Job/QuickJob.vue b/src/views/ops/Job/QuickJob.vue index e08e55c89..d33473909 100644 --- a/src/views/ops/Job/QuickJob.vue +++ b/src/views/ops/Job/QuickJob.vue @@ -166,6 +166,9 @@ export default { { label: 'Powershell', value: 'win_shell' }, + { + label: 'Raw', value: 'raw' + }, { label: 'Python', value: 'python' }, diff --git a/vue.config.js b/vue.config.js index 5291cfc4c..a095b188c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -60,6 +60,11 @@ module.exports = { changeOrigin: true, ws: true }, + '/chen/': { + target: 'http://127.0.0.1:9523', + changeOrigin: true, + ws: true + }, '/guacamole/': { target: 'http://127.0.0.1:8081', changeOrigin: true,