From b711e87f5073aad35075cdbea745d6073d93fed4 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 23 Jul 2025 09:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- src/views/common/login.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 903d8b2..eb83e20 100644 --- a/config/index.js +++ b/config/index.js @@ -36,7 +36,7 @@ module.exports = { }, // Various Dev Server settings - host: "0.0.0.0", // can be overwritten by process.env.HOST + host: "localhost", // can be overwritten by process.env.HOST port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, diff --git a/src/views/common/login.vue b/src/views/common/login.vue index 39efae5..99656bd 100644 --- a/src/views/common/login.vue +++ b/src/views/common/login.vue @@ -93,7 +93,7 @@ // 获取验证码 getCaptcha () { this.dataForm.uuid = getUUID() - this.captchaPath = this.$http.adornUrl(`/captcha.jpg?uuid=${this.dataForm.uuid}`) + this.captchaPath = this.$http.adornUrl(`indetcode/getCode?uuid=${this.dataForm.uuid}`) } } }