Commit e97b24b2 authored by 黄奎's avatar 黄奎

页面修改

parent 8ec255ff
......@@ -169,7 +169,8 @@
<el-input v-model="msg.Account" placeholder="请输入用户名" maxlength="25" />
</el-form-item>
<el-form-item label="" prop="Password">
<el-input type="password" v-model="msg.Password" @keyup.enter.native="submitForm('msg')" placeholder="请输入密码" maxlength="25" />
<el-input type="password" v-model="msg.Password" @keyup.enter.native="submitForm('msg')"
placeholder="请输入密码" maxlength="25" />
</el-form-item>
<el-form-item label="" style="display:none;">
<el-input v-model="msg.ValidataCode" style="width:140px;" placeholder="验证码" maxlength="25" />
......@@ -241,6 +242,7 @@
};
},
created() {
window.localStorage.clear();
if (this.$route.query.mall_id) {
this.msg.MallBaseId = this.$route.query.mall_id;
}
......@@ -282,6 +284,7 @@
},
},
mounted() {
if (!this.isOnline()) {
this.msg.Account = "13551126755";
this.msg.Password = "123456";
......@@ -289,4 +292,5 @@
}
}
};
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment