diff --git a/package-lock.json b/package-lock.json index dc6d0cfe..05ef3eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "gantt-elastic": "^1.0.12", "h5player": "^2.0.0", "hls.js": "^1.4.3", + "html-entities": "^2.5.2", "html2canvas": "^1.0.0-rc.7", "jquery": "^3.6.3", "jquery-ui-dist": "^1.13.2", @@ -10020,9 +10021,20 @@ "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==" }, "node_modules/html-entities": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", - "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==" + "version": "2.5.2", + "resolved": "https://mirrors.huaweicloud.com/repository/npm/html-entities/-/html-entities-2.5.2.tgz", + "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ], + "license": "MIT" }, "node_modules/html-minifier": { "version": "3.5.21", @@ -19136,8 +19148,9 @@ }, "node_modules/vconsole": { "version": "3.15.1", - "resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz", + "resolved": "https://mirrors.huaweicloud.com/repository/npm/vconsole/-/vconsole-3.15.1.tgz", "integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.17.2", "copy-text-to-clipboard": "^3.0.1", @@ -19932,6 +19945,12 @@ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" }, + "node_modules/vue-photo-preview/node_modules/html-entities": { + "version": "1.4.0", + "resolved": "https://mirrors.huaweicloud.com/repository/npm/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==", + "license": "MIT" + }, "node_modules/vue-photo-preview/node_modules/icss-utils": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz", @@ -22059,6 +22078,13 @@ "node": ">= 4.0" } }, + "node_modules/webpack-dev-server/node_modules/html-entities": { + "version": "1.4.0", + "resolved": "https://mirrors.huaweicloud.com/repository/npm/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==", + "dev": true, + "license": "MIT" + }, "node_modules/webpack-dev-server/node_modules/is-absolute-url": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", diff --git a/package.json b/package.json index 43ae70e1..0f48da59 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "gantt-elastic": "^1.0.12", "h5player": "^2.0.0", "hls.js": "^1.4.3", + "html-entities": "^2.5.2", "html2canvas": "^1.0.0-rc.7", "jquery": "^3.6.3", "jquery-ui-dist": "^1.13.2", diff --git a/src/store/index.js b/src/store/index.js index d434b6fe..374b91e1 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -63,9 +63,9 @@ export default new Vuex.Store({ window.location.host + "/upload/image", //正式环境 FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 - WORKFLOWURL: 'http://182.90.224.237:9811/#/workspace/forms',//测试平台工作流地址 + // WORKFLOWURL: 'http://182.90.224.237:9811/#/workspace/forms',//测试平台工作流地址 // WORKFLOWURL: 'http://182.90.224.237:9814/#/workspace/forms',//鞍钢平台工作流地址 - // WORKFLOWURL: 'http://47.93.215.234:19998/#/workspace/forms',//鞍钢平台工作流地址 + WORKFLOWURL: 'http://47.93.215.234:19998/#/workspace/forms',//鞍钢平台工作流地址 // WORKFLOWURL: 'http://47.93.215.234:19098/#/workspace/forms',//鞍钢测试平台工作流地址 //--------------------------------------------------------------------------------------------- // BASEURL: baseUrl diff --git a/src/views/workSpace/index.vue b/src/views/workSpace/index.vue index 83c3544d..a9648071 100644 --- a/src/views/workSpace/index.vue +++ b/src/views/workSpace/index.vue @@ -143,6 +143,14 @@ export default { }, ]; + console.error("================发消息之前的userInfo==================") + console.error(this.$store.state.userInfo) + console.error("================发消息之前的userInfo==================") + + console.error("================发消息之前的projectSn==================") + console.error(this.$store.state.projectSn) + console.error("================发消息之前的projectSn==================") + // let iframe = document.getElementById("myIframe"); let iframe = this.$refs.myIframeRef; iframe.contentWindow.postMessage(