临时解决用Firefox走https方式访问TP时,无法检测到助手。这样Chrome和Firefox都可以了,但IE仍然不行。
parent
0a3c99dc05
commit
f197d85567
|
@ -3,7 +3,8 @@
|
||||||
$tp.assist = {
|
$tp.assist = {
|
||||||
running: false,
|
running: false,
|
||||||
version: '',
|
version: '',
|
||||||
api_url: 'http://localhost:50022/api',
|
// api_url: 'http://localhost:50022/api',
|
||||||
|
api_url: 'http://127.0.0.1:50022/api',
|
||||||
teleport_ip: window.location.hostname
|
teleport_ip: window.location.hostname
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue