Kaynağa Gözat

修改登录默认

ming 3 yıl önce
ebeveyn
işleme
9aa01415f1
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/login/index.vue

+ 2 - 2
src/views/login/index.vue

@@ -96,8 +96,8 @@ export default {
     },
   },
   mounted() {
-    this.form.username = 'admin'
-    this.form.password = 'admin123'
+    this.form.username = ''   //admin
+    this.form.password = ''   //admin123
 
     const router = useRouter()
     console.log(router)