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