1 line
3.0 KiB
JSON
1 line
3.0 KiB
JSON
{"remainingRequest":"F:\\lixiaobang\\suyi1111\\suyiScreen\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!F:\\lixiaobang\\suyi1111\\suyiScreen\\src\\views\\pop\\baoDian.vue?vue&type=script&lang=js&","dependencies":[{"path":"F:\\lixiaobang\\suyi1111\\suyiScreen\\src\\views\\pop\\baoDian.vue","mtime":1676262461416},{"path":"F:\\lixiaobang\\suyi1111\\suyiScreen\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1670891604112},{"path":"F:\\lixiaobang\\suyi1111\\suyiScreen\\node_modules\\babel-loader\\lib\\index.js","mtime":1670891602826},{"path":"F:\\lixiaobang\\suyi1111\\suyiScreen\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1670891604112},{"path":"F:\\lixiaobang\\suyi1111\\suyiScreen\\node_modules\\vue-loader\\lib\\index.js","mtime":1670891614530}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KDQpleHBvcnQgZGVmYXVsdCB7DQogICAgbmFtZTonbW9kZWwnLA0KICAgIHByb3BzOnsNCiAgICAgICAgICAgIHBvcFN0YXR1czp7DQogICAgICAgICAgICAgICAgdHlwZTogU3RyaW5nLA0KICAgICAgICB9DQp9LA0KZGF0YSgpew0KICAgIHJldHVybnsNCiAgICAgICAgdW5pdHlVcmw6ICIiLA0KICAgIH0NCn0sDQptb3VudGVkKCl7DQogICAgY29uc29sZS5sb2codGhpcy5wb3BTdGF0dXMsJ3Nzc3NzZmZmZicpOw0KICAgIGlmICh0aGlzLnBvcFN0YXR1cyA9PSAnYmFvRGlhbicpIHsNCiAgICAgICAgdGhpcy51bml0eVVybCA9ICIvaHRXZWIvdW5pdHkuaHRtbD9zcmM9NCI7DQogICAgfQ0KfSwNCm1ldGhvZHM6ew0KDQp9DQp9DQo="},{"version":3,"sources":["baoDian.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAoBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA","file":"baoDian.vue","sourceRoot":"src/views/pop","sourcesContent":["<template>\r\n <div style=\"width:100%;height:100%\">\r\n <iframe\r\n name=\"myframe\"\r\n frameborder=\"0\"\r\n width=\"100%\"\r\n height=\"100%\"\r\n ref=\"iframe\"\r\n :src=\"unityUrl\"\r\n allowfullscreen\r\n ></iframe>\r\n <!-- <div class=\"title\">\r\n </div> -->\r\n <!-- <div class=\"close\">\r\n <img src=\"\"/>\r\n </div> -->\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name:'model',\r\n props:{\r\n popStatus:{\r\n type: String,\r\n }\r\n},\r\ndata(){\r\n return{\r\n unityUrl: \"\",\r\n }\r\n},\r\nmounted(){\r\n console.log(this.popStatus,'sssssffff');\r\n if (this.popStatus == 'baoDian') {\r\n this.unityUrl = \"/htWeb/unity.html?src=4\";\r\n }\r\n},\r\nmethods:{\r\n\r\n}\r\n}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n// .title{\r\n// position: absolute;\r\n// width: 181px;\r\n// height: 47px;\r\n// background: url(\"../../assets/newbanImg/titlebeijing.png\") no-repeat;\r\n// background-size: 100% 100%;\r\n// top: 17%;\r\n// left: 25%;\r\n// color: #fff;\r\n// display: flex;\r\n// align-items: center;\r\n// justify-content: flex-end;\r\n// padding-right: 1%;\r\n// }\r\n</style>"]}]} |