diff --git a/src/pages.json b/src/pages.json
index cb158755..793326fb 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -4,7 +4,6 @@
"path": "pages/index/dialog",
"style": {
"navigationBarTitleText": "AI问答",
- "disableSwipeBack": true,
"app-plus": {
"titleNView": false,
"animationType": "fade-in"
diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue
index 8c170f32..e5b8c304 100644
--- a/src/pages/index/dialog.vue
+++ b/src/pages/index/dialog.vue
@@ -1,1001 +1,1058 @@
-
-
-
-
-
-
-
- AI问答
-
-
-
-
- 历史
- 消息
- 我的
-
-
-
+
+
+
+
+
+
+
+ AI问答
+
+
+
+
+ 历史
+ 消息
+ 我的
+
+
+
-
-
-
-
-
- {{ userInfo ? 'Hi,我是' + userInfo?.mascotInfo?.mascotName : 'Hi' }}
- 工作学习,我都能帮你!
- 试试他的能力
-
-
-
-
-
-
- {{ questionList[item - 1].hotContent }}
-
-
-
-
- {{ questionList[item + Math.ceil(questionList.length / 2) - 1].hotContent }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ 'AI学' }}
-
-
-
- {{ 'AI练' }}
-
-
-
- {{ 'AI考' }}
-
-
-
- {{ '去PK' }}
-
-
-
- {{ '任务' }}
-
-
-
- {{ '错题' }}
-
-
-
- {{ '分析' }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ userInfo ? 'Hi,我是' + userInfo?.mascotInfo?.mascotName : 'Hi' }}
+ 工作学习,我都能帮你!
+ 试试他的能力
+
+
+
+
+
+
+ {{ questionList[item - 1].hotContent }}
+
+
+
+
+ {{ questionList[item + Math.ceil(questionList.length / 2) - 1].hotContent }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'AI学' }}
+
+
+
+ {{ 'AI练' }}
+
+
+
+ {{ 'AI考' }}
+
+
+
+ {{ '去PK' }}
+
+
+
+ {{ '任务' }}
+
+
+
+ {{ '错题' }}
+
+
+
+ {{ '分析' }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue
index 5f61362c..4005122d 100644
--- a/src/pages/login/login.vue
+++ b/src/pages/login/login.vue
@@ -144,7 +144,8 @@
const pages = getCurrentPages();
if (pages.length <= 1) {
// 页面栈小于等于1,里面还有本身的login,说明就只有login页
- common.navigateTo('/pages/index/dialog', { animationType: 'slide-in-bottom' });
+ // common.navigateTo('/pages/index/dialog', { animationType: 'slide-in-bottom' });
+ common.redirectTo('/pages/index/dialog', { animationType: 'slide-in-bottom' });
return;
}
const prevPage = pages[pages.length - 2];
diff --git a/src/pagesOther.json b/src/pagesOther.json
index e8cf31c7..ac8f95c7 100644
--- a/src/pagesOther.json
+++ b/src/pagesOther.json
@@ -3,11 +3,11 @@
{
"path": "pages/index/dialog",
"style": {
- "navigationBarTitleText": "AI问答",
- "app-plus": {
- "titleNView": false,
- "animationType": "fade-in"
- }
+ "navigationBarTitleText": "AI问答",
+ "app-plus": {
+ "titleNView": false,
+ "animationType": "fade-in"
+ }
}
},
{