Skip to content

Commit 8128650

Browse files
committed
update: 删除im-chat,调整webview文案
1 parent 3cf051e commit 8128650

File tree

6 files changed

+2
-362
lines changed

6 files changed

+2
-362
lines changed

components/im-chat/chatinput.vue

Lines changed: 0 additions & 100 deletions
This file was deleted.

components/im-chat/messageshow.vue

Lines changed: 0 additions & 113 deletions
This file was deleted.

hybrid/html/local.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<button class="btn" type="button" data-action="reLaunch">reLaunch</button>
4040
<button class="btn" type="button" data-action="switchTab">switchTab</button>
4141
</div>
42-
<p class="desc">网页向应用发送消息,应用会在此页面后退时接收到消息</p>
42+
<p class="desc">网页向应用发送消息。注意:小程序端应用会在此页面后退时接收到消息</p>
4343
<div class="btn-list">
4444
<button class="btn btn-red" type="button" id="postMessage">postMessage</button>
4545
</div>

pages.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,16 +1079,6 @@
10791079
"navigationBarTitleText": "打开外部应用"
10801080
}
10811081
},
1082-
{
1083-
"path": "im-chat/im-chat",
1084-
"style": {
1085-
"navigationBarTitleText": "聊天窗口chat",
1086-
"app-plus": {
1087-
"softinputMode": "adjustResize",
1088-
"softinputNavBar": "none"
1089-
}
1090-
}
1091-
},
10921082
// #ifdef APP-PLUS || MP-WEIXIN || MP-QQ
10931083
{
10941084
"path": "vant-button/vant-button",
@@ -1146,4 +1136,4 @@
11461136
}
11471137
]
11481138
}
1149-
}
1139+
}

pages/tabBar/template/template.nvue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@
105105
name: '打开外部应用',
106106
url: 'scheme'
107107
},
108-
{
109-
name: '聊天窗口 chat',
110-
url: 'im-chat'
111-
},
112108
// #endif
113109
// #ifdef APP-PLUS || MP-WEIXIN || MP-QQ
114110
{

pages/template/im-chat/im-chat.vue

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)