diff --git a/src/components/LoginPage.vue b/src/components/LoginPage.vue new file mode 100644 index 0000000..b1b980c --- /dev/null +++ b/src/components/LoginPage.vue @@ -0,0 +1,128 @@ + + + + + + 教学设计 + + 用户名 + + + + 密码 + + + {{ error }} + + {{ loading ? '登录中…' : '登录' }} + + + + + +
{{ error }}