Logo white

antissoft / lvqianmeiye_ERP

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • lvqianmeiye_ERP
  • 绿纤uni-app
  • pages
  • web
  • web.vue
  • 增加unia-app和html
    29608708
    李宇 authored
    2025-11-06 16:51:36 +0800  
    Browse Code »
web.vue 221 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<template>
	<view>
		<web-view src="https://erp.lvqianmeiye.com/ai/"></web-view>
	</view>
</template>

<script>
	export default {
		data() {
			return {
				
			}
		},
		methods: {
			
		}
	}
</script>

<style>

</style>