diff --git a/pages/Loading/index.vue b/pages/Loading/index.vue index 34aba0f..91060de 100644 --- a/pages/Loading/index.vue +++ b/pages/Loading/index.vue @@ -1,7 +1,7 @@ diff --git a/static/live-logo.gif b/static/live-logo.gif new file mode 100644 index 0000000..a155913 Binary files /dev/null and b/static/live-logo.gif differ diff --git a/utils/index.js b/utils/index.js index 12df372..911ccae 100644 --- a/utils/index.js +++ b/utils/index.js @@ -365,11 +365,11 @@ export const handleGetUserInfo = () => { }) return } - - reLaunch({ - path: '/pages/home/index', - // query - }) + back() + // reLaunch({ + // path: '/pages/home/index', + // // query + // }) // var pages = getCurrentPages() //获取加载的页面 // var currentPage = pages[pages.length - 1] //获取当前页面的对象