ソースを参照

登录页完善

master
yxq 2ヶ月前
コミット
61ac603772
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      monitorMobile/pages/login.vue

+ 2
- 0
monitorMobile/pages/login.vue ファイルの表示

@@ -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', {


読み込み中…
キャンセル
保存