|
|
@@ -960,7 +960,7 @@ export default {
|
|
|
this.$api.letter.getMobileByOrderNo(this.orderInfo.orderno, type).then((res) => {
|
|
|
if (res.code == '200') {
|
|
|
// 定义请求的URL和数据
|
|
|
- const url = 'http://172.168.1.66/call';
|
|
|
+ const url = 'https://172.168.1.66/call';
|
|
|
const data = {
|
|
|
'username': res.data.username,
|
|
|
'password': res.data.password,
|