diff --git a/meeting/login/index.vue b/meeting/login/index.vue new file mode 100644 index 0000000..7190b18 --- /dev/null +++ b/meeting/login/index.vue @@ -0,0 +1,176 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 5a5c4c4..73f49ee 100644 --- a/pages.json +++ b/pages.json @@ -220,6 +220,13 @@ "navigationStyle": "custom", "enablePullDownRefresh":false } + },{ + "path":"login/index", + "style": { + "navigationBarTitleText": "登陆", + "navigationStyle": "custom", + "enablePullDownRefresh":false + } } ] } diff --git a/static/image/login/icon1.png b/static/image/login/icon1.png new file mode 100644 index 0000000..78584d9 Binary files /dev/null and b/static/image/login/icon1.png differ diff --git a/static/image/login/icon2.png b/static/image/login/icon2.png new file mode 100644 index 0000000..61d17d3 Binary files /dev/null and b/static/image/login/icon2.png differ diff --git a/static/image/login/icon3.png b/static/image/login/icon3.png new file mode 100644 index 0000000..0744b37 Binary files /dev/null and b/static/image/login/icon3.png differ diff --git a/static/image/login/icon4.png b/static/image/login/icon4.png new file mode 100644 index 0000000..f4c5402 Binary files /dev/null and b/static/image/login/icon4.png differ diff --git a/static/image/login/icon5.png b/static/image/login/icon5.png new file mode 100644 index 0000000..f618622 Binary files /dev/null and b/static/image/login/icon5.png differ diff --git a/static/image/login/icon6.png b/static/image/login/icon6.png new file mode 100644 index 0000000..6298dca Binary files /dev/null and b/static/image/login/icon6.png differ