deason 6 năm trước cách đây
mục cha
commit
6b4ab08a42
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/questions/directives/directives.js

+ 1 - 1
src/modules/questions/directives/directives.js

@@ -17,7 +17,7 @@ function addAudio(el, binding, vnode) {
         .then(response => {
           if (response && response.data) {
             let audioFlag =
-              '<audio controls><source src="http://ecs-test-static.qmth.com.cn' +
+              '<audio controls><source src="https://ecs-test-static.qmth.com.cn' +
               response.data.fileUrl +
               '" type="audio/mpeg"></audio>';
             var b = document.createElement("span");