suyanyan 2 ay önce
ebeveyn
işleme
8ee1b28bdd
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. +5
    -2
      SafeCampus.WEB/src/views/login/components/pwd-login/index.vue

+ 5
- 2
SafeCampus.WEB/src/views/login/components/pwd-login/index.vue Dosyayı Görüntüle

@@ -90,8 +90,11 @@ watch(
const loginFormRef = ref<FormInstance>(); // 表单实例
// 表单数据
const loginForm = reactive<Login.LoginForm>({
account: "superAdmin", //用户名
password: "123456", // 密码
// account: "superAdmin", //用户名
// password: "123456", // 密码

account: "", //用户名
password: "", // 密码
validCode: "", // 验证码
validCodeReqNo: "", // 验证码请求号
tenantId: config.tenantIdGet


Yükleniyor…
İptal
Kaydet