封装请求的方法,完成简易的问题解答页面

This commit is contained in:
2024-02-27 17:23:33 +08:00
parent 66bc2262e4
commit 3205aa25c7
15 changed files with 312 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
{
"usingComponents": {
"navigator": "/components/navigator/index"
"navigator": "/components/navigator/index",
"scrollPageWrapper": "/components/scrollPageWrapper/index"
}
}