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 @@
-
+
-
+ 查看
+
-
+
@@ -135,18 +136,24 @@
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>
+
+
+
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]: ''