You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
762 B
32 lines
762 B
<template>
|
|
<view class="content">
|
|
<!-- <web-view src="https://rs.sxyfrs.com/ruisi/clienths/#/"></web-view> -->
|
|
<!-- <web-view src="https://rs.sxyfrs.com/ruisi/training/"></web-view> -->
|
|
<!-- <web-view src="https://test.tall.wiki/ruisi/examine/#/"></web-view> -->
|
|
<!-- 罗湖医院 -->
|
|
<web-view src="http://172.16.40.155/cga/v2/api/examine/#/"></web-view>
|
|
<!-- <web-view src="https://test.tall.wiki/ruisi/trainingDoctor/"></web-view> -->
|
|
<!-- <web-view src="/hybrid/html/local.html"></web-view> -->
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {}
|
|
},
|
|
onLoad() {},
|
|
onReady() {},
|
|
methods: {
|
|
},
|
|
created() {
|
|
},
|
|
onShow() {}
|
|
}
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
</style>
|
|
<style scoped>
|
|
|
|
</style>
|
|
|