Commit e97b24b2 authored by 黄奎's avatar 黄奎

页面修改

parent 8ec255ff
...@@ -169,7 +169,8 @@ ...@@ -169,7 +169,8 @@
<el-input v-model="msg.Account" placeholder="请输入用户名" maxlength="25" /> <el-input v-model="msg.Account" placeholder="请输入用户名" maxlength="25" />
</el-form-item> </el-form-item>
<el-form-item label="" prop="Password"> <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>
<el-form-item label="" style="display:none;"> <el-form-item label="" style="display:none;">
<el-input v-model="msg.ValidataCode" style="width:140px;" placeholder="验证码" maxlength="25" /> <el-input v-model="msg.ValidataCode" style="width:140px;" placeholder="验证码" maxlength="25" />
...@@ -241,6 +242,7 @@ ...@@ -241,6 +242,7 @@
}; };
}, },
created() { created() {
window.localStorage.clear();
if (this.$route.query.mall_id) { if (this.$route.query.mall_id) {
this.msg.MallBaseId = this.$route.query.mall_id; this.msg.MallBaseId = this.$route.query.mall_id;
} }
...@@ -282,6 +284,7 @@ ...@@ -282,6 +284,7 @@
}, },
}, },
mounted() { mounted() {
if (!this.isOnline()) { if (!this.isOnline()) {
this.msg.Account = "13551126755"; this.msg.Account = "13551126755";
this.msg.Password = "123456"; this.msg.Password = "123456";
...@@ -289,4 +292,5 @@ ...@@ -289,4 +292,5 @@
} }
} }
}; };
</script> </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