Browse Source

外协商编码登录

zhuangdezheng 1 năm trước cách đây
mục cha
commit
fe68775d4c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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