askbot-dragon 1.4.63 → 1.4.64
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
|
@@ -42,7 +42,7 @@ export default {
|
|
|
42
42
|
},
|
|
43
43
|
methods: {},
|
|
44
44
|
mounted() {
|
|
45
|
-
this.tampId = 'iframeId
|
|
45
|
+
this.tampId = 'iframeId' + new Date().getTime();
|
|
46
46
|
let tampUrl = this.actionAlertIframe.template;
|
|
47
47
|
function GetRequest() {
|
|
48
48
|
var url = tampUrl.split("?")[1]; //获取url中"?"符后的字串
|