askbot-dragon 1.3.34 → 1.3.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.3.34",
3
+ "version": "1.3.35",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -105,7 +105,9 @@ export default {
105
105
  }
106
106
  const fileType = url.substring(url.lastIndexOf('.'));
107
107
  this.$http.post('/knowledge-api/temporary-certificate/or-origin?expired=10', url, {
108
- "Content-Type": "application/json",
108
+ headers:{
109
+ "Content-Type": "application/json",
110
+ }
109
111
  }).then(res => {
110
112
  if (res.data) {
111
113
  if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {