|
@@ -16,6 +16,6 @@ export const getStuName = () => {
|
|
} else if (location.hostname.indexOf('localhost') > -1) {
|
|
} else if (location.hostname.indexOf('localhost') > -1) {
|
|
return 'http://localhost:9001'
|
|
return 'http://localhost:9001'
|
|
} else {
|
|
} else {
|
|
- return 'http://mstutest.dayaedu.com' //'http://localhost:9001' //
|
|
|
|
|
|
+ return 'https://mstutest.dayaedu.com' //'http://localhost:9001' //
|
|
}
|
|
}
|
|
}
|
|
}
|