From 0e7b6fa6e4e2aea5459703525b72e61f4a8e72d5 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 24 Nov 2023 10:04:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/login.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index ed687f70..c8e86be9 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.231122.8" +VITE_APP_VERSION = "2.231124.8" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/views/login.vue b/src/views/login.vue index 5762a32e..04a7881a 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -21,9 +21,9 @@ let state = reactive({ /**表单属性 */ from: { /**账号 */ - username: 'supervisor', + username: '', /**密码 */ - password: 'rootaa', + password: '', /**验证码 */ code: '', /**验证码uuid */