[F] Fix cookie keep duration
This commit is contained in:
@@ -197,7 +197,7 @@ export default class App extends Vue
|
|||||||
// This is because only percent_type can update over time
|
// This is because only percent_type can update over time
|
||||||
if (course.termGrading[i].method == 'TOTAL_MEAN')
|
if (course.termGrading[i].method == 'TOTAL_MEAN')
|
||||||
{
|
{
|
||||||
this.$cookies.set(cookieIndex, 'TOTAL_MEAN', 'd');
|
this.$cookies.set(cookieIndex, 'TOTAL_MEAN', '3d');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else throw new Error(resp.data);
|
else throw new Error(resp.data);
|
||||||
|
|||||||
Reference in New Issue
Block a user