1 line
900 B
Plaintext
1 line
900 B
Plaintext
{"version":3,"file":"webview.js","sources":["../../../../../../src/modules/mall/public/webview.vue","../../../../../../uniPage:/bW9kdWxlc1xtYWxsXHB1YmxpY1x3ZWJ2aWV3LnZ1ZQ"],"sourcesContent":["<!-- 网页加载 -->\r\n<template>\r\n <view>\r\n <web-view :src=\"url\" />\r\n </view>\r\n</template>\r\n\r\n<script setup>\r\nimport { onLoad } from '@dcloudio/uni-app'\r\nimport { ref } from 'vue'\r\n\r\nconst url = ref('')\r\nonLoad((options) => {\r\n url.value = decodeURIComponent(options.url)\r\n})\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n \r\n</style>\r\n","import MiniProgramPage from 'D:/App/Work/addr/acdr-ui/src/modules/mall/public/webview.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onLoad","MiniProgramPage"],"mappings":";;;;;;;;;AAWA,UAAA,MAAAA,cAAA,IAAA,EAAA;AACAC,kBAAA,OAAA,CAAA,YAAA;AACA,UAAA,QAAA,mBAAA,QAAA,GAAA;AAAA,IACA,CAAA;;;;;;;;ACbA,GAAG,WAAWC,SAAe;"} |