Browse Source

修改登陆

lrf402788946 5 năm trước cách đây
mục cha
commit
2461391e3a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/to-login.vue

+ 1 - 1
src/components/to-login.vue

@@ -101,7 +101,7 @@ export default {
     async submit(wxtoken, loginType) {
       let data = JSON.parse(JSON.stringify(this.form));
       if (loginType === 0) {
-        data.account = `${data.account}@999991`;
+        data.account = `${data.account}@${this.$site}`;
       } else {
         data = { wxtoken: wxtoken };
       }