diff --git a/src/views/pay/customer/index.vue b/src/views/pay/customer/index.vue
new file mode 100644
index 0000000..eace4ee
--- /dev/null
+++ b/src/views/pay/customer/index.vue
@@ -0,0 +1,25 @@
+
+
+
+
+ customer 页面
+
+
+
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index 0f9078a..7b6c338 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://47.103.41.248`,
+ target: `http://121.40.230.137/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''