diff --git a/src/views/recharge/user/index.vue b/src/views/recharge/user/index.vue new file mode 100644 index 0000000..a5014a8 --- /dev/null +++ b/src/views/recharge/user/index.vue @@ -0,0 +1,700 @@ + + + diff --git a/vue.config.js b/vue.config.js index 5fa6595..d93d965 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,6 +38,7 @@ module.exports = { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { target: `http://172.13.1.1/prod-api`, + // target: `http://127.0.0.1/8080`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''