fix: 隐藏登录页账号密码

This commit is contained in:
TsMask
2023-11-24 10:04:33 +08:00
parent 57f126b5f2
commit 0e7b6fa6e4
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -21,9 +21,9 @@ let state = reactive({
/**表单属性 */
from: {
/**账号 */
username: 'supervisor',
username: '',
/**密码 */
password: 'rootaa',
password: '',
/**验证码 */
code: '',
/**验证码uuid */