diff --git a/src/pages.json b/src/pages.json index f546851..ee4742f 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,47 +1,76 @@ { - "lazyCodeLoading": "requiredComponents", - "easycom": { - "autoscan": true, - "custom": { - "^u-(.*)": "vk-uview-ui/components/u-$1/u-$1.vue" - } + "lazyCodeLoading": "requiredComponents", + "easycom": { + "autoscan": true, + "custom": { + "^u-(.*)": "vk-uview-ui/components/u-$1/u-$1.vue" + } + }, + "pages": [ + { + "path": "pages/login/index", + "style": { + "navigationStyle": "custom" + } }, - "pages": [ - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "首页" - } - } - ], - "subPackages": [ - { - "root": "pages/childPages", - "pages": [{ - "path": "child/index", - "navigationBarTitleText": "分包子页" - }] - } - ], - "preloadRule": { - "pages/childPages/child/index": { - "network": "all", - "packages": ["__APP__"] + { + "path": "pages/login/register/index", + "style": { + "navigationStyle": "custom" } }, - "condition": { - "current": 0, - "list": [{ - "name": "分包子页", - "path": "pages/childPages/child/index", - "query": "" + { + "path": "pages/login/forgetPassword/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/infoCollection/index", + "style": { + "navigationBarTitleText": "基本信息" + } + }, + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "首页" + } + } + ], + "subPackages": [ + { + "root": "pages/childPages", + "pages": [ + { + "path": "child/index", + "navigationBarTitleText": "分包子页" } ] - }, - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" - } + } + ], + "preloadRule": { + "pages/childPages/child/index": { + "network": "all", + "packages": [ + "__APP__" + ] + } + }, + "condition": { + "current": 0, + "list": [ + { + "name": "分包子页", + "path": "pages/childPages/child/index", + "query": "" + } + ] + }, + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "uni-app", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8" + } } diff --git a/src/pages/infoCollection/index.vue b/src/pages/infoCollection/index.vue new file mode 100644 index 0000000..c3861f1 --- /dev/null +++ b/src/pages/infoCollection/index.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/src/pages/login/forgetPassword/index.vue b/src/pages/login/forgetPassword/index.vue new file mode 100644 index 0000000..0e40448 --- /dev/null +++ b/src/pages/login/forgetPassword/index.vue @@ -0,0 +1,243 @@ + + + + + + diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue new file mode 100644 index 0000000..73ccef9 --- /dev/null +++ b/src/pages/login/index.vue @@ -0,0 +1,244 @@ + + + + + + diff --git a/src/pages/login/register/index.vue b/src/pages/login/register/index.vue new file mode 100644 index 0000000..de99cc3 --- /dev/null +++ b/src/pages/login/register/index.vue @@ -0,0 +1,195 @@ + + + + + + diff --git a/src/static/login_background.png b/src/static/login_background.png new file mode 100644 index 0000000..e5d1bdc Binary files /dev/null and b/src/static/login_background.png differ diff --git a/src/static/login_logo.png b/src/static/login_logo.png new file mode 100644 index 0000000..aef9379 Binary files /dev/null and b/src/static/login_logo.png differ diff --git a/src/static/login_rc_logo.png b/src/static/login_rc_logo.png new file mode 100644 index 0000000..47b3ff7 Binary files /dev/null and b/src/static/login_rc_logo.png differ diff --git a/src/static/password_pass.png b/src/static/password_pass.png new file mode 100644 index 0000000..496ac9d Binary files /dev/null and b/src/static/password_pass.png differ