|
@@ -1055,8 +1055,8 @@ export default defineComponent({
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- const Authorization =
|
|
|
- sessionStorage.getItem('Authorization') || '';
|
|
|
+ // const Authorization =
|
|
|
+ // sessionStorage.getItem('Authorization') || '';
|
|
|
const origin = /(localhost|192)/.test(location.host)
|
|
|
? 'https://test.gym.lexiaoya.cn/'
|
|
|
: location.origin;
|