diff --git a/src/assets/img/msg-empty/msg_empty.svg b/src/assets/img/msg-empty/msg_empty.svg new file mode 100644 index 0000000000000000000000000000000000000000..906b0f6b63a3fbcc141ec26fac7c33ba157c82b7 --- /dev/null +++ b/src/assets/img/msg-empty/msg_empty.svg @@ -0,0 +1,84 @@ + + + + 无内容 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/common/myTitle/MyTitle.vue b/src/components/common/myTitle/MyTitle.vue new file mode 100644 index 0000000000000000000000000000000000000000..cffbda8641cd4fdc48445d0f3ccfd0d6ed32b21c --- /dev/null +++ b/src/components/common/myTitle/MyTitle.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index a0168c1138b04495c5f08e125336fe44e5b29483..bf3d43b1616c5e5dbb5c4ce1acf91c8447bce565 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -18,6 +18,11 @@ const routes = [ name: 'index', component: () => import( 'views/index/Index') }, + { + path: '/application', + name: 'application', + component: () => import('views/application/Application') + }, { path: '/config', name: 'config', diff --git a/src/views/application/Application.vue b/src/views/application/Application.vue new file mode 100644 index 0000000000000000000000000000000000000000..da9ed927837124905a813a8e8c32fc27a20ede8d --- /dev/null +++ b/src/views/application/Application.vue @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/src/views/application/childComps/header/Header.vue b/src/views/application/childComps/header/Header.vue new file mode 100644 index 0000000000000000000000000000000000000000..94dd662b90a16d5ebd62a6db3659f2e9fd336a6a --- /dev/null +++ b/src/views/application/childComps/header/Header.vue @@ -0,0 +1,151 @@ + + + + + \ No newline at end of file diff --git a/src/views/application/childComps/matter/Matter.vue b/src/views/application/childComps/matter/Matter.vue new file mode 100644 index 0000000000000000000000000000000000000000..6bdb8c2b067cf1c4d3715adf74f6884088613c91 --- /dev/null +++ b/src/views/application/childComps/matter/Matter.vue @@ -0,0 +1,45 @@ + + + + + \ No newline at end of file diff --git a/src/views/application/childComps/section/Section.vue b/src/views/application/childComps/section/Section.vue new file mode 100644 index 0000000000000000000000000000000000000000..310ebbb3ec57bdaf69c5bf9d3e0c5fe1bc2f67f2 --- /dev/null +++ b/src/views/application/childComps/section/Section.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/src/views/application/childComps/tecprocess/TecProcess.vue b/src/views/application/childComps/tecprocess/TecProcess.vue new file mode 100644 index 0000000000000000000000000000000000000000..54ef549ebfd4b5e4c6e45f72b623e689a319e8b2 --- /dev/null +++ b/src/views/application/childComps/tecprocess/TecProcess.vue @@ -0,0 +1,120 @@ + + + + + \ No newline at end of file diff --git a/src/views/loading/Loading.vue b/src/views/loading/Loading.vue index dd4623a3cebb234009d26404df84877aa76c0d14..7502956d03295689c5dcb9d64dcd4dc780a4751c 100644 --- a/src/views/loading/Loading.vue +++ b/src/views/loading/Loading.vue @@ -58,7 +58,8 @@ // this.signIn() setTimeout(()=>{ this.$router.replace({ - name:'index' + // name:'index' + name:'application' // path:'/score' }) },500)