askbot-dragon 1.3.17 → 1.3.18

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.17",
3
+ "version": "1.3.18",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -247,7 +247,7 @@
247
247
  /* eslint-enable*/
248
248
  if (e.target.localName == 'a'){
249
249
  this.previewHref = e.target.href;
250
- if (this.previewHref.includes('https://www') || this.previewHref.includes('http://www') || reg.test(this.previewHref)){
250
+ if (this.previewHref.includes('https://www') || this.previewHref.includes('http://www') || this.previewHref.indexOf('https://static.guoranbot.com') == -1){
251
251
  return
252
252
  } else {
253
253
  if (isMobile()){