zs 2 년 전
부모
커밋
4750162f76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '/pages/test/index' })
+                if (res.data) wx.redirectTo({ url: '/pages/school/index' })
             },
             fail: async res => {
                 wx.login({