Browse Source

测试

master
DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
26e9ccf4d0
  1. 1
      src/views/login/Login.vue

1
src/views/login/Login.vue

@ -65,6 +65,7 @@ export default {
}, },
methods: { methods: {
onSubmit() { onSubmit() {
//
this.$refs.form.validate((valid) => { this.$refs.form.validate((valid) => {
if (valid) { if (valid) {
var msgs = ""; var msgs = "";

Loading…
Cancel
Save