调整了页面命名和组织
This commit is contained in:
14
app.json
14
app.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/home/index",
|
||||
"pages/mine/mine",
|
||||
"pages/itemdetail/itemdetail",
|
||||
"pages/healthrecord/main/healthrecord",
|
||||
"pages/ai/aichat/aichat",
|
||||
"pages/escort_record_list/escort_record_list"
|
||||
"pages/ai/aichat",
|
||||
"pages/escort/itemdetail",
|
||||
"pages/escort/itemlist",
|
||||
"pages/escort/recordlist"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
@@ -20,13 +20,13 @@
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"pagePath": "pages/home/index",
|
||||
"text": "首页",
|
||||
"iconPath": "images/home.png",
|
||||
"selectedIconPath": "images/home-active2.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/ai/aichat/aichat",
|
||||
"pagePath": "pages/ai/aichat",
|
||||
"text": "AI客服",
|
||||
"iconPath": "images/ai.png",
|
||||
"selectedIconPath": "images/ai-active.png"
|
||||
|
||||
Reference in New Issue
Block a user