|
@@ -406,7 +406,7 @@ export default defineComponent({
|
|
|
let url = `${location.origin}/teacher/#/registerProtocol`
|
|
|
|
|
|
if (type === 'question') {
|
|
|
- // url = `${location.origin}/teacher/muic-standard/index.html`
|
|
|
+ url = `${location.origin}/teacher/muic-standard/question.html`
|
|
|
} else if (type === 'music') {
|
|
|
url = `${location.origin}/teacher/muic-standard/index.html`
|
|
|
}
|