askbot-dragon 1.3.40 → 1.3.41

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.40",
3
+ "version": "1.3.41",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -142,8 +142,9 @@ export default {
142
142
  // a.download = (this.title) + fileType
143
143
  // a.dispatchEvent(new MouseEvent('click', { bubbles: true, cancelable: true, view: window }))
144
144
  this.close()
145
+ Toast('请稍后...');
145
146
  setTimeout(() =>{
146
- window.open(res.data)
147
+ window.open(res.data,'下载', 'noopener')
147
148
  }, 1000)
148
149
  }
149
150
  }