Browse Source

Merge branch 'feature-tianyong' into klx-test

TIANYONG 8 tháng trước cách đây
mục cha
commit
575fb7fb9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/page-instrument/main.ts

+ 1 - 1
src/page-instrument/main.ts

@@ -30,7 +30,7 @@ import { getRequestHostname } from "/src/utils"
 		platformApi: apiPrefix,
 		platformType: "",
 		proxy: import.meta.env.DEV ? "/instrument" : "",
-		isTeacher: u.includes('DAYAAPPTEACHER'),
+		isTeacher: u.includes('COLEXIUTEACHER'),
 	});
 })();