|
@@ -30,9 +30,9 @@ export default defineComponent({
|
|
|
tempParams.platform =
|
|
|
state.platformType === 'STUDENT' ? 'ios-student' : 'ios-teacher'
|
|
|
}
|
|
|
- if (state.platformType === 'TEACHER') {
|
|
|
- tempParams.myself = false
|
|
|
- }
|
|
|
+ // if (state.platformType === 'TEACHER') {
|
|
|
+ tempParams.myself = false
|
|
|
+ // }
|
|
|
console.log({ ...defauleParams })
|
|
|
const params = reactive({
|
|
|
search: (route.query.search as string) || '',
|