cma_search/client_mp/pages/certificate/index.vue

26 lines
298 B
Python

<template>
<view>
<web-view src="https://testsearch.ctc.ac.cn/index_zs.html"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
page{
height: 100%;
background-color: #ededed;
}
</style>
<style>
</style>