新增动画模块
This commit is contained in:
weilanwl
2018-09-14 17:35:01 +08:00
parent 0e78a12d03
commit 5c5f804b9c
8 changed files with 115 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
"list": []
},
"miniprogram": {
"current": -1,
"current": 21,
"list": [
{
"id": 0,
@@ -156,6 +156,11 @@
"name": "聊天",
"pathName": "pages/chat/chat",
"query": ""
},
{
"id": -1,
"name": "动画",
"pathName": "pages/animation/animation"
}
]
}