Browse Source

请求地址

LaveyD 2 months atrás
parent
commit
b10e47c92a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/systemSetting/otaSource.vue

+ 1 - 1
src/views/systemSetting/otaSource.vue

@@ -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) {