Selaa lähdekoodia

外协商编码登录

zhuangdezheng 1 vuosi sitten
vanhempi
commit
fe68775d4c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/views/login.vue

+ 2 - 0
src/views/login.vue

@@ -129,6 +129,7 @@ const loading = ref(false)
 // const register = ref(true)
 const redirect = ref(undefined)
 
+/*
 function remoteMethod(query) {
   if (query) {
     loading.value = true
@@ -147,6 +148,7 @@ function handleSupplierChange(val) {
     setTenant({ tenantId: val, tenantName: supplier.name })
   }
 }
+*/
 
 function handleGetSupplierByCode() {
   const supplierCode = loginForm.value.supplierCode