zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

uni-app嵌入其他页面(阿里邮箱为例)

App阿里 页面 其他 邮箱 uni 为例 嵌入
2023-09-11 14:22:52 时间
<template>
    <view>
           <web-view :webview-styles="webviewStyles" src="https://qiye.aliyun.com/"></web-view>
     </view>
</template>

<script>
	
</script>

<style>
</style>