guhongwei 2 years ago
parent
commit
ed65c85cd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/index/index.js

+ 1 - 1
pages/index/index.js

@@ -17,7 +17,7 @@ Page({
         wx.getStorage({
             key: 'user',
             success: async res => {
-                if (res.data) wx.redirectTo({ url: '/pagesSchool/common/coachinfo' })
+                if (res.data) wx.redirectTo({ url: '/pages/school/index' })
                 // /pages/school/index
                 // /pagesSchool/schAdmin/coach/list
             },