|
|
@@ -6,8 +6,7 @@ const progress = ref(1)
|
|
|
const webviewSrc = ref('')
|
|
|
var isLoading = ref(true)
|
|
|
onMounted(() => {
|
|
|
- webviewSrc.value = router.query().src
|
|
|
- progress.value = router.query().progress
|
|
|
+ webviewSrc.value = 'https://oss.xiaoxiongcode.com/physics-unit-practice/index.html?num=' + router.query().num
|
|
|
})
|
|
|
function handleMessage(e) {
|
|
|
var pages = getCurrentPages();
|