diff --git a/src/IndexFind.vue b/src/IndexFind.vue
new file mode 100644
index 0000000..0a9eaee
--- /dev/null
+++ b/src/IndexFind.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/assets/ad.png b/src/assets/ad.png
new file mode 100644
index 0000000..e9ab15b
Binary files /dev/null and b/src/assets/ad.png differ
diff --git a/src/assets/add.png b/src/assets/add.png
new file mode 100644
index 0000000..3fffc3a
Binary files /dev/null and b/src/assets/add.png differ
diff --git a/src/assets/pinglun.png b/src/assets/pinglun.png
new file mode 100644
index 0000000..857c995
Binary files /dev/null and b/src/assets/pinglun.png differ
diff --git a/src/assets/renzheng.png b/src/assets/renzheng.png
new file mode 100644
index 0000000..dc7939e
Binary files /dev/null and b/src/assets/renzheng.png differ
diff --git a/src/components/indexfindall.vue b/src/components/indexfindall.vue
new file mode 100644
index 0000000..2bc9709
--- /dev/null
+++ b/src/components/indexfindall.vue
@@ -0,0 +1,102 @@
+
+
+
{{title}}
+
+
+
职问:因为学习工作而在不同程度上变得“麻木”。实际上,长期从事法律
+
+
+
+
分享
+
+
+
+
{{num}}条评论
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/indexfindhead.vue b/src/components/indexfindhead.vue
new file mode 100644
index 0000000..c7baecb
--- /dev/null
+++ b/src/components/indexfindhead.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
首页
+
我的主页
+
退出登录
+
+
+
+
+
+
+
+
+
+
+ 取消
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/indexfindtab.vue b/src/components/indexfindtab.vue
new file mode 100644
index 0000000..45b3344
--- /dev/null
+++ b/src/components/indexfindtab.vue
@@ -0,0 +1,46 @@
+
+
+
综合
+
用户
+
话题
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/indexfinduser.vue b/src/components/indexfinduser.vue
new file mode 100644
index 0000000..d55173a
--- /dev/null
+++ b/src/components/indexfinduser.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
法律小知知
+
+
+
律师、合伙人、男
+
399 回答·5 文章·12 关注者
+
+
+
+
+
+
+
+
关注
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router.js b/src/router.js
index a52da0c..80f2e5b 100644
--- a/src/router.js
+++ b/src/router.js
@@ -10,10 +10,15 @@ import ManualAppeal from "./ManualAppeal"
import IndexArticleDetail from "./IndexArticleDetail"
import login from "./login"
import loginpwd from "./loginpwd"
+import indexfind from "./IndexFind"
const router=new Router({
routes: [
{
path: '/',
+ component: indexfind
+ },
+ {
+ path: '/loginpwd',
component: loginpwd
},
{