askbot-dragon 1.3.59 → 1.3.60
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
|
@@ -165,6 +165,11 @@ export default {
|
|
|
165
165
|
url: url
|
|
166
166
|
},"*");
|
|
167
167
|
} else {
|
|
168
|
+
if (isMobile()) {
|
|
169
|
+
this.$refs.previewPdf.previewShowPopup = false;
|
|
170
|
+
} else {
|
|
171
|
+
this.$refs.previewPdf.drawer = false;
|
|
172
|
+
}
|
|
168
173
|
let index = url.lastIndexOf('?')
|
|
169
174
|
let type = ''
|
|
170
175
|
let httpUrl = '/knowledge-api/knowledge/getTemporaryCertificate'
|