diff --git a/src/pages/pc/article2/ArticleFooter.vue b/src/pages/pc/article2/ArticleFooter.vue
new file mode 100644
index 00000000..10b0299a
--- /dev/null
+++ b/src/pages/pc/article2/ArticleFooter.vue
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/pc/article2/ArticleIndex.vue b/src/pages/pc/article2/ArticleIndex.vue
new file mode 100644
index 00000000..61be3436
--- /dev/null
+++ b/src/pages/pc/article2/ArticleIndex.vue
@@ -0,0 +1,40 @@
+
+
+
+
+
+ One good turn deserves another
+
+ I was having dinner at a restaurant when Tony Steele came in. Tony worked in a lawyer's office years ago, but he is now working at a bank. He gets a good salary, but he always borrows money from his friends and never pays it back. Tony saw me and came and sat at the same table. He has never borrowed money from me. While he was eating, I asked him to lend me twenty pounds. To my surprise, he gave me the money immediately. I have never borrowed any money from you, Tony said, so now you can pay for my dinner!
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/pc/article2/ArticleIndexTEST.vue b/src/pages/pc/article2/ArticleIndexTEST.vue
new file mode 100644
index 00000000..8daa425b
--- /dev/null
+++ b/src/pages/pc/article2/ArticleIndexTEST.vue
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/pc/article2/LearnArticle.vue b/src/pages/pc/article2/LearnArticle.vue
new file mode 100644
index 00000000..5369b0a8
--- /dev/null
+++ b/src/pages/pc/article2/LearnArticle.vue
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/pc/index.vue b/src/pages/pc/index.vue
index fcdef2af..82b05a87 100644
--- a/src/pages/pc/index.vue
+++ b/src/pages/pc/index.vue
@@ -41,7 +41,7 @@ let show = $ref(false)
文章
-
+
试卷
diff --git a/src/router.ts b/src/router.ts
index 28cc87af..86a8f89d 100644
--- a/src/router.ts
+++ b/src/router.ts
@@ -19,6 +19,7 @@ import WordHome from "@/pages/pc/word/WordHome.vue";
import PC from "@/pages/pc/index.vue";
import Dict2 from '@/pages/pc/dict2/index.vue'
import ArticleIndex from "@/pages/pc/article/ArticleIndex.vue";
+import Article2Index from "@/pages/pc/article2/ArticleIndex.vue";
import HomeIndex from "@/pages/pc/home/HomeIndex.vue";
import LearnArticle from "@/pages/pc/article/LearnArticle.vue";
import EditWordDict from "@/pages/pc/word/EditWordDict.vue";
@@ -35,6 +36,7 @@ export const routes: RouteRecordRaw[] = [
{path: 'edit-word-dict', component: EditWordDict},
{path: 'dict', component: Dict2},
{path: 'article', component: ArticleIndex},
+ {path: 'article2', component: Article2Index},
{path: 'learn-article', component: LearnArticle},
]
},