|
|
@@ -945,7 +945,7 @@ export default {
|
|
|
phoneDial(type) {
|
|
|
this.$api.letter.getMobileByOrderNo(this.orderInfo.orderno, type).then((res) => {
|
|
|
if (res.code == '200') {
|
|
|
- const url = `https://172.168.1.66/call?username=${res.data.username}&password=${res.data.password}&number=${res.data.phone}`;
|
|
|
+ const url = `http://172.168.1.66/call?username=${res.data.username}&password=${res.data.password}&number=${res.data.phone}`;
|
|
|
// 获取屏幕的宽度和高度
|
|
|
const screenWidth = window.screen.width;
|
|
|
const screenHeight = window.screen.height;
|