|
@@ -59,11 +59,9 @@ export default defineComponent({
|
|
|
let url = `${location.origin}/teacher/#/registerProtocol`
|
|
|
|
|
|
if (type === 'question') {
|
|
|
- // url = `${location.origin}/teacher/muic-standard/question.html`
|
|
|
- url = `${location.origin}/teacher.html#/upload-protocol?type=question`
|
|
|
+ url = `${location.origin}/teacher/#/upload-protocol?type=question`
|
|
|
} else if (type === 'music') {
|
|
|
- // url = `${location.origin}/teacher/muic-standard/index.html`
|
|
|
- url = `${location.origin}/teacher.html#/upload-protocol?type=music`
|
|
|
+ url = `${location.origin}/teacher/#/upload-protocol?type=music`
|
|
|
}
|
|
|
|
|
|
postMessage({
|