af-mobile-client-vue3 1.3.49 → 1.3.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -108,7 +108,6 @@ function handleSubmit() {
|
|
|
108
108
|
showLoadingToast('登录中...')
|
|
109
109
|
let username = formData.username
|
|
110
110
|
let password = formData.password
|
|
111
|
-
debugger
|
|
112
111
|
const webConfig = await getConfigByNameAsync('webConfig')
|
|
113
112
|
const verification = webConfig.setting?.phoneLoginVerification || false
|
|
114
113
|
if (verification) {
|