Parcourir la source

登录页完善

master
yxq il y a 2 mois
Parent
révision
61ac603772
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      monitorMobile/pages/login.vue

+ 2
- 0
monitorMobile/pages/login.vue Voir le fichier

@@ -83,10 +83,12 @@
methods: {
async login() {
this.$refs.uForm.validate().then(() => {
this.isLoading = true
login({
...this.form,
password: smCrypto.doSm2Encrypt(this.form.password)
}).then(res => {
this.isLoading = false
if (res.code != 200) return
let data = res.data
this.$store.dispatch('setToken', {


Chargement…
Annuler
Enregistrer