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]: ''