From cacd19d196041e68482d1a9d87a6b586579c4637 Mon Sep 17 00:00:00 2001 From: fz Date: Thu, 7 Sep 2023 22:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/payAll/payConfirmation.vue | 193 ++++++++++++++++++++++++++ src/views/payAll/payList.vue | 196 +++++++++++++++++++++++++-- vue.config.js | 4 +- 3 files changed, 383 insertions(+), 10 deletions(-) create mode 100644 src/views/payAll/payConfirmation.vue diff --git a/src/views/payAll/payConfirmation.vue b/src/views/payAll/payConfirmation.vue new file mode 100644 index 0000000..a1ef507 --- /dev/null +++ b/src/views/payAll/payConfirmation.vue @@ -0,0 +1,193 @@ + + + + + \ No newline at end of file diff --git a/src/views/payAll/payList.vue b/src/views/payAll/payList.vue index d327660..c266f70 100644 --- a/src/views/payAll/payList.vue +++ b/src/views/payAll/payList.vue @@ -1,15 +1,193 @@ - + - - \ No newline at end of file + + \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 6a11fe6..4099d23 100644 --- a/vue.config.js +++ b/vue.config.js @@ -34,8 +34,10 @@ module.exports = { open: true, proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy + // http://121.40.189.20:9001/ + // http://192.168.3.77:8080 [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.3.77:8080`, + target: `http://121.40.189.20:9001`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''