diff --git a/pages.json b/pages.json index b2d702d..e47d85e 100644 --- a/pages.json +++ b/pages.json @@ -136,8 +136,8 @@ } ] }, - { - "root": "pages/rate", + { + "root": "pages/rate", "name": "rate", "pages": [ { @@ -154,10 +154,28 @@ "disableScroll": true } } - ] - }, - { - "root": "pages/archive", + ] + }, + { + "root": "pages/ai-consult", + "name": "ai-consult", + "pages": [ + { + "path": "list", + "style": { "navigationBarTitleText": "AI咨询记录", "disableScroll": true } + }, + { + "path": "chat", + "style": { "navigationBarTitleText": "AI咨询助理", "disableScroll": true } + }, + { + "path": "entry", + "style": { "navigationBarTitleText": "AI咨询助理", "disableScroll": true } + } + ] + }, + { + "root": "pages/archive", "name": "archive", "pages": [ { diff --git a/pages/ai-consult/chat.vue b/pages/ai-consult/chat.vue new file mode 100644 index 0000000..ba7793f --- /dev/null +++ b/pages/ai-consult/chat.vue @@ -0,0 +1,158 @@ +