diff --git a/public/image/nuic/style-1.png b/public/image/nuic/style-1.png new file mode 100644 index 0000000..351fbab Binary files /dev/null and b/public/image/nuic/style-1.png differ diff --git a/public/image/nuic/style-2.png b/public/image/nuic/style-2.png new file mode 100644 index 0000000..85073c7 Binary files /dev/null and b/public/image/nuic/style-2.png differ diff --git a/public/image/nuic/style-3.png b/public/image/nuic/style-3.png new file mode 100644 index 0000000..f8d827b Binary files /dev/null and b/public/image/nuic/style-3.png differ diff --git a/public/image/nuic/style-4.png b/public/image/nuic/style-4.png new file mode 100644 index 0000000..12dfc24 Binary files /dev/null and b/public/image/nuic/style-4.png differ diff --git a/public/image/nuic/style-5.png b/public/image/nuic/style-5.png new file mode 100644 index 0000000..3637369 Binary files /dev/null and b/public/image/nuic/style-5.png differ diff --git a/public/image/nuic/style-6.png b/public/image/nuic/style-6.png new file mode 100644 index 0000000..e80dc39 Binary files /dev/null and b/public/image/nuic/style-6.png differ diff --git a/public/image/nuic/style-7.png b/public/image/nuic/style-7.png new file mode 100644 index 0000000..8539851 Binary files /dev/null and b/public/image/nuic/style-7.png differ diff --git a/public/image/nuic/style-8.png b/public/image/nuic/style-8.png new file mode 100644 index 0000000..443ea52 Binary files /dev/null and b/public/image/nuic/style-8.png differ diff --git a/src/assets/icons/close-border.svg b/src/assets/icons/close-border.svg new file mode 100644 index 0000000..029b7e1 --- /dev/null +++ b/src/assets/icons/close-border.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/assets/icons/refresh-single.svg b/src/assets/icons/refresh-single.svg new file mode 100644 index 0000000..8c6803b --- /dev/null +++ b/src/assets/icons/refresh-single.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/images/nuic/nav-active.png b/src/assets/images/nuic/nav-active.png new file mode 100644 index 0000000..932be22 Binary files /dev/null and b/src/assets/images/nuic/nav-active.png differ diff --git a/src/assets/images/nuic/nuic-1-bg.png b/src/assets/images/nuic/nuic-1-bg.png new file mode 100644 index 0000000..d52b3d8 Binary files /dev/null and b/src/assets/images/nuic/nuic-1-bg.png differ diff --git a/src/router/index.ts b/src/router/index.ts index a98f9da..9c81c40 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -29,6 +29,11 @@ const router = createRouter({ name: 'register', component: () => import('../views/login/register.vue'), }, + { + path: '/nuic', + name: 'nuic', + component: () => import('../views/nuic/index.vue'), + }, { path: '/home', name: 'home', diff --git a/src/views/login/register.vue b/src/views/login/register.vue index a5989fe..3b51430 100644 --- a/src/views/login/register.vue +++ b/src/views/login/register.vue @@ -97,7 +97,7 @@ } const onVerifyCode = (code: string) => { console.log(code) - router.push({ name: 'home' }) + router.push({ name: 'nuic' }) } const onClickPrivacy = () => {} const onClickLogin = () => { diff --git a/src/views/nuic/index.vue b/src/views/nuic/index.vue new file mode 100644 index 0000000..379b22c --- /dev/null +++ b/src/views/nuic/index.vue @@ -0,0 +1,149 @@ + + + + + diff --git a/src/views/nuic/nuic-1.vue b/src/views/nuic/nuic-1.vue new file mode 100644 index 0000000..9fa0e3d --- /dev/null +++ b/src/views/nuic/nuic-1.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/src/views/nuic/nuic-2.vue b/src/views/nuic/nuic-2.vue new file mode 100644 index 0000000..6acfed7 --- /dev/null +++ b/src/views/nuic/nuic-2.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/nuic/nuic-3.vue b/src/views/nuic/nuic-3.vue new file mode 100644 index 0000000..9abfc89 --- /dev/null +++ b/src/views/nuic/nuic-3.vue @@ -0,0 +1,85 @@ + + + + +