first commit

This commit is contained in:
仲么了
2023-11-16 15:13:28 +08:00
commit 6023eac4fe
209 changed files with 34095 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<template>
<view>
<view>
<web-view src="http://112.4.156.196:8040/shiningCloud/business/userAgreement"></web-view>
</view>
</view>
</template>
<script>
import back from "../../components/back.vue";
export default {
data() {
return {
showFlag:0,
pageNameFlag:1,
pageName:'用户协议',
}
},
methods: {
},
components: {
back
}
}
</script>
<style>
</style>