|
|
@@ -245,7 +245,7 @@ export default {
|
|
|
this.deleteOtaSource(row.id)
|
|
|
},
|
|
|
copyInfo (row) {
|
|
|
- const info = `合作方名称: ${row.otaSourceName}\n合作方ID: ${row.id}\n合作方密钥: ${row.otaSourceSecret}\n请求地址: ${window.location.origin}`
|
|
|
+ const info = `合作方名称: ${row.otaSourceName}\n合作方ID: ${row.id}\n合作方密钥: ${row.otaSourceSecret}\nhttp请求地址: ${window.location.origin}\nhttps请求地址: https://ota.hhtrip.com.cn/`
|
|
|
this.copyTextToClipboard(info)
|
|
|
},
|
|
|
showDialog (type, item, index) {
|