From 655f981840140cba8bdfa2ea59c14b11d1bd621d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=89=AF=28004796=29?= Date: Wed, 24 Apr 2024 11:22:09 +0800 Subject: [PATCH] init --- src/views/xq/user/user-info-dialog.vue | 3 +++ src/views/xq/userInfo/update-user-info-dialog.vue | 8 ++++++++ vue.config.js | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/xq/user/user-info-dialog.vue b/src/views/xq/user/user-info-dialog.vue index f002670..cf4a984 100644 --- a/src/views/xq/user/user-info-dialog.vue +++ b/src/views/xq/user/user-info-dialog.vue @@ -80,6 +80,9 @@ {{info.userLogin.regTime}} + + {{info.user.wxCode}} + diff --git a/src/views/xq/userInfo/update-user-info-dialog.vue b/src/views/xq/userInfo/update-user-info-dialog.vue index ee18bfd..45cda60 100644 --- a/src/views/xq/userInfo/update-user-info-dialog.vue +++ b/src/views/xq/userInfo/update-user-info-dialog.vue @@ -39,6 +39,13 @@ + + + + + + + @@ -346,6 +353,7 @@ export default { graduateSchool: undefined, hobbys: undefined, remark: undefined, + wxCode: undefined, }, rules:{ annualIncome: [ diff --git a/vue.config.js b/vue.config.js index 3d89d0c..8d48eee 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,8 +35,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://localhost:8080`, - target: `http://xq.qiqizl.com/prod-api`, + target: `http://localhost:8080`, + // target: `http://xq.qiqizl.com/prod-api`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''