恢复dev版本

lijinlong
李劲龙 6 months ago
parent cc5526517c
commit 957002bbe2

@ -35,11 +35,11 @@ export default {
// }, false) //
//! external getselfInfo
/* npm run build:prod
sudo mv ggfw-dangan.zip /usr/share/nginx/html/ggfw-dangan MSSM-Dev 文件夹下 移动压缩包到 ggfw文件夹下
cd /usr/share/nginx/html/ggfw-dangan 移动到文件夹下
unzip ggfw-dangan.zip 解压
*/
},

@ -6,6 +6,8 @@
</div>
</template>
<script>
import { mapGetters } from "vuex";
export default {
data() {
return {
@ -26,6 +28,9 @@ export default {
this.$nextTick(() => { });
},
methods: {},
computed: {
...mapGetters(["realName"]),
},
mounted() {
// this.$nextTick(() => {
// let dom = document.getElementsByClassName("ifram-view");
@ -45,11 +50,11 @@ export default {
this.$nextTick(() => {
this.Url = `${location.origin}/ggfw-iframe/#/productinformation?type=${this.$route.query.type
}&flag=${this.$route.query.flag}&data=${this.$route.query.data
}&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&bah=${this.$route.query.bah}`
}&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&realName=${this.realName}&bah=${this.$route.query.bah}`
// this.Url = `http://localhost:82?type=${this.$route.query.type
// this.Url = `http://localhost:81?type=${this.$route.query.type
// }&flag=${this.$route.query.flag}&data=${this.$route.query.data
// }&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&bah=${this.$route.query.bah}`
// }&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&realName=${this.realName}&bah=${this.$route.query.bah}`
let dom = document.getElementsByClassName("ifram-view");
let height = dom[0].getBoundingClientRect();

Loading…
Cancel
Save