From 106eb9b464a483f1c72ab0afd007b20a430e5d2d Mon Sep 17 00:00:00 2001 From: 77 <77@77.com> Date: Tue, 30 Apr 2024 01:40:39 +0800 Subject: [PATCH] init --- src/views/xq/userAuthAudit/index.vue | 19 +++- .../userAuthAudit/show-single-auth-dialog.vue | 96 +++++++++++++++++++ vue.config.js | 4 +- 3 files changed, 114 insertions(+), 5 deletions(-) create mode 100644 src/views/xq/userAuthAudit/show-single-auth-dialog.vue diff --git a/src/views/xq/userAuthAudit/index.vue b/src/views/xq/userAuthAudit/index.vue index bb1cb73..ea816a1 100644 --- a/src/views/xq/userAuthAudit/index.vue +++ b/src/views/xq/userAuthAudit/index.vue @@ -84,12 +84,13 @@ - + - + + diff --git a/vue.config.js b/vue.config.js index 8d48eee..41cfbb8 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-admin.mubai8888.com/prod-api`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''