|
@@ -11,10 +11,10 @@ import { AsyncStorage } from 'react-native';
|
|
|
import { createStackNavigator, createAppContainer } from 'react-navigation';
|
|
|
import Storage from 'react-native-storage';
|
|
|
import MainActivity from './pages/MainActivity';
|
|
|
-import SchoolAge from './pages/components/SchoolAge';
|
|
|
+import SchoolAge from './pages/SchoolAge';
|
|
|
import MainPage from './pages/components/MainPage';
|
|
|
import SchedulePage from './pages/components/SchedulePage';
|
|
|
-import PersonalInfo from './pages/components/PersonalInfo';
|
|
|
+import PersonalInfo from './pages/PersonalInfo';
|
|
|
import CourseDetails from './pages/CourseDetails';
|
|
|
import userCenter from './pages/userCenter';
|
|
|
import Order from './pages/buy/order';
|
|
@@ -41,7 +41,7 @@ const RootNavigator = createStackNavigator(
|
|
|
PhoneBind: { screen: PhoneBind }
|
|
|
},
|
|
|
{
|
|
|
- initialRouteName: 'PersonalInfo',
|
|
|
+ initialRouteName: 'Login',
|
|
|
headerMode: 'null'
|
|
|
}
|
|
|
);
|