diff --git a/src/App.vue b/src/App.vue index b92ea37..3f3c78a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ - + diff --git a/src/components/McHeader/index.vue b/src/components/McHeader/index.vue new file mode 100644 index 0000000..8b60410 --- /dev/null +++ b/src/components/McHeader/index.vue @@ -0,0 +1,101 @@ + + + + + + + + + + + PC客户端 + + + + 教程专区 + + + + 发布 + + + + 登录/注册 + + + + + + + + + + diff --git a/src/components/McLogin/index.vue b/src/components/McLogin/index.vue new file mode 100644 index 0000000..c893bd1 --- /dev/null +++ b/src/components/McLogin/index.vue @@ -0,0 +1,322 @@ + + + + + + {{ loginModeDescriptions[currentLoginMode].title }} + {{ loginModeDescriptions[currentLoginMode].des }} + + + + + +86 + + + + + + + + {{ codeButtonText }} + + + + + + + + 点击【登录】代表同意 + 《用户协议》《隐私政策》 + + + 登录 + + + + + + + + + + 其他登录方式 + + + + + + + + + + + + + + + diff --git a/src/components/McSideBar/index.vue b/src/components/McSideBar/index.vue new file mode 100644 index 0000000..44498fc --- /dev/null +++ b/src/components/McSideBar/index.vue @@ -0,0 +1,243 @@ + + + + + {{ item.title }} + + + + + + + + {{ subItem.text }} + + + {{ subItem.desc }} + + + + + + + + + + + diff --git a/src/components/McWechatLoginQr/index.vue b/src/components/McWechatLoginQr/index.vue new file mode 100644 index 0000000..0dd8562 --- /dev/null +++ b/src/components/McWechatLoginQr/index.vue @@ -0,0 +1,68 @@ + + + + + 刷新二维码 + + + + + + + + + 加载中... + + + + + + + + + diff --git a/src/layout/index.vue b/src/layout/index.vue index dba4393..ada9e1a 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,6 +1,17 @@ - + + + + + + + + + + + +
{{ loginModeDescriptions[currentLoginMode].des }}