LaveyD 2 mesi fa
parent
commit
afc30f64ae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/systemSetting/otaSource.vue

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

@@ -199,7 +199,7 @@ export default {
   },
   methods: {
     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) {