|
|
@@ -188,14 +188,16 @@ export default {
|
|
|
}
|
|
|
else {
|
|
|
uni.reLaunch({
|
|
|
- url: '/pages_im/pages/conversation/conversationList/index',
|
|
|
+ // url: '/pages_im/pages/conversation/conversationList/index',
|
|
|
+ url: '/pages/index/index',
|
|
|
animationType: 'none',
|
|
|
animationDuration: 2000
|
|
|
});
|
|
|
return;
|
|
|
if(pages.length == 1) {
|
|
|
uni.reLaunch({
|
|
|
- url: '/pages_im/pages/conversation/conversationList/index',
|
|
|
+ // url: '/pages_im/pages/conversation/conversationList/index',
|
|
|
+ url: '/pages/index/index',
|
|
|
//url: '../course/video/living-app',
|
|
|
animationType: 'none',
|
|
|
animationDuration: 2000
|