From 407f39f471e09d6ac0634adf57e5d4051c07b123 Mon Sep 17 00:00:00 2001 From: zzp <2373064201@qq.com> Date: Wed, 5 Nov 2025 14:30:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=99=BB=E5=BD=95=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E9=BB=98=E8=AE=A4=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/.env.development | 3 +-- admin/.env.production | 3 +-- admin/src/views/login/index.vue | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 90b992d4..f6d3b55e 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -3,8 +3,7 @@ ENV = 'development' # base api # VUE_APP_BASE_API = '/dev-api' -# VUE_APP_BASE_API = 'https://api.java.crmeb.net' -VUE_APP_BASE_API = 'http://192.168.31.35:2500' +VUE_APP_BASE_API = 'http://xxxx' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/admin/.env.production b/admin/.env.production index 9b93d1e2..72c4c52a 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -3,5 +3,4 @@ ENV = 'production' # base api # VUE_APP_BASE_API = '/prod-api' -# VUE_APP_BASE_API = 'https://api.java.crmeb.net' -VUE_APP_BASE_API = 'http://192.168.31.35:2500' +VUE_APP_BASE_API = 'http://xxxx' diff --git a/admin/src/views/login/index.vue b/admin/src/views/login/index.vue index e6bd48d6..7f1c9f09 100644 --- a/admin/src/views/login/index.vue +++ b/admin/src/views/login/index.vue @@ -123,8 +123,8 @@ export default { }, }, loginForm: { - account: 'demo', - pwd: 'crmeb.com', + account: '', + pwd: '', captchaVO: {}, }, loginRules: {