|
@@ -19,6 +19,10 @@ export default defineComponent({
|
|
|
|
|
|
if (queryType) {
|
|
if (queryType) {
|
|
type = queryType.toString()
|
|
type = queryType.toString()
|
|
|
|
+
|
|
|
|
+ if (queryType === 'LABOR_TEACHER') {
|
|
|
|
+ document.title = '管乐迷劳务协议'
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
if (state.platformType === 'STUDENT') {
|
|
if (state.platformType === 'STUDENT') {
|
|
type = 'REGISTER'
|
|
type = 'REGISTER'
|